Cargo Features
[dependencies]
cryptographic-message-syntax = { version = "0.27.0", default-features = false, features = ["http"] }
- default = http
-
The
http
feature is set by default whenevercryptographic-message-syntax
is added without
somewhere in the dependency tree.default-features = false - http default
-
Enables reqwest
cryptographic-message-syntax has 2 features without comments.