Cargo Features

[dependencies]
tc_tea = { version = "0.1.4", default-features = false, features = ["secure_random"] }
default = secure_random

The secure_random feature is set by default whenever tc_tea is added without default-features = false somewhere in the dependency tree.

secure_random default

Enables getrandom of rand

rand:

Option: use getrandom package for seeding

tc_tea has 2 features without comments.