Cargo Features

rs-cache has no features set by default.

[dependencies]
rs-cache = { version = "0.8.6", features = ["rs3", "serde"] }
rs3 = num-bigint, whirlpool

Enables rs3 of rune-fs

Affects checksum::RsaKeys, checksum::RsaChecksum, definition::rs3, loader::rs3

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

num-bigint rs3?
whirlpool rs3?