Cargo Features

[dependencies]
cryptographic-message-syntax = { version = "0.27.0", default-features = false, features = ["http"] }
default = http

The http feature is set by default whenever cryptographic-message-syntax is added without default-features = false somewhere in the dependency tree.

http default

Enables reqwest

cryptographic-message-syntax has 2 features without comments.