Cargo Features
[dependencies]
hyper-static = { version = "0.2.1", default-features = false, features = ["hashing-openssl", "hashing-sha2"] }
- default = hashing-openssl
-
The
hashing-openssl
feature is set by default wheneverhyper-static
is added without
somewhere in the dependency tree.default-features = false - hashing-openssl default
-
Enables openssl
- hashing-sha2
-
Enables sha2
hyper-static has 3 features without comments.