Cargo Features

[dependencies]
infinitree = { version = "0.10.4", default-features = false, features = ["mmap", "cryptobox", "yubikey", "test"] }
default = cryptobox, mmap, yubikey

These default features are set whenever infinitree is added without default-features = false somewhere in the dependency tree.

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.

libsodium-sys-stable cryptobox
yubico_manager yubikey
memmap2 mmap

Enables memmap2 ^0.7.1