Cargo Features
[dependencies]
tc_tea = { version = "0.2.0", default-features = false, features = ["random", "random_secure"] }
- default = random, random_secure
-
These default features are set whenever
tc_tea
is added without
somewhere in the dependency tree.default-features = false - random default = rand, rand_pcg
- random_secure default = rand_chacha
-
Enables getrandom and rand_chacha of rand
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.