Cargo Features
[dependencies]
mmkv-parser = { version = "0.1.2", default-features = false, features = ["cipher", "cli"] }
- default = cipher
-
The
cipher
feature is set by default whenevermmkv-parser
is added without
somewhere in the dependency tree.default-features = false - cipher default = aes, byteorder, cfb-mode, crc32fast
-
Affects
mmkv-parser::cipher
… - cli = clap, clap_derive
-
Required by the mmkv binary
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.