Cargo Features

[dependencies]
license-system = { version = "0.1.2", default-features = false, features = ["chacha20", "aes256gcm"] }
default = chacha20

The chacha20 feature is set by default whenever license-system is added without default-features = false somewhere in the dependency tree.

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.

chacha20poly1305 chacha20

Enables chacha20poly1305 ^0.9

crc32fast chacha20
aes-gcm aes256gcm?