Cargo Features
[dependencies]
infinitree = { version = "0.10.6", default-features = false, features = ["mmap", "cryptobox", "yubikey", "test"] }
- default = cryptobox, mmap, yubikey
-
These default features are set whenever
infinitree
is added without
somewhere in the dependency tree.default-features = false - mmap default = memmap2
- cryptobox default = libsodium-sys-stable
-
Affects
crypto::cryptobox
… - yubikey default = yubico_manager
-
Affects
crypto::yubikey
… - test
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.