Cargo Features

[dependencies]
crom = { version = "0.3.0", default-features = false, features = ["native-client", "h1-client"] }
default = native-client

The native-client feature is set by default whenever crom is added without default-features = false somewhere in the dependency tree.

native-client default

Enables native-client of surf

h1-client

Enables h1-client of surf

Crom has 3 features without comments.