Cargo Features
[dependencies]
license-system = { version = "0.1.2", default-features = false, features = ["chacha20", "aes256gcm"] }
- default = chacha20
-
The
chacha20
feature is set by default wheneverlicense-system
is added without
somewhere in the dependency tree.default-features = false - chacha20 default = chacha20poly1305, crc32fast
-
Affects
protocols::chacha20
… - aes256gcm = aes-gcm
-
Affects
protocols::aes256gcm
…
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.