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 default-features = false somewhere in the dependency tree.

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.

rand random random_secure
rand_chacha random_secure
rand_pcg random