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 whenevercrom
is added without
somewhere in the dependency tree.default-features = false - native-client default
-
Enables native-client of surf
- h1-client
Crom has 3 features without comments.