Cargo Features

[dependencies]
mmkv-parser = { version = "0.1.2", default-features = false, features = ["cipher", "cli"] }
default = cipher

The cipher feature is set by default whenever mmkv-parser is added without default-features = false somewhere in the dependency tree.

cipher default = aes, byteorder, cfb-mode, crc32fast

Affects mmkv-parser::cipher

cli = clap, clap_derive

Enables derive of clap

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.

clap cli?
clap_derive cli?
aes cipher
cfb-mode cipher
byteorder cipher
crc32fast cipher