Cargo Features

[dependencies]
hyper-boring-imp = { version = "2.1.7", default-features = false, features = ["runtime", "fips"] }
default = runtime

The runtime feature is set by default whenever hyper-boring-imp is added without default-features = false somewhere in the dependency tree.

runtime default

Enables runtime of hyper_imp

hyper_imp:

Tokio support

fips

Enables fips of tokio-boring-imp

hyper-boring-imp has 3 features without comments.