Cargo Features
[dependencies]
retroqwest = { version = "0.0.1-rc.4", default-features = false, features = ["derive", "json"] }
- default = derive, json
-
These default features are set whenever
retroqwest
is added without
somewhere in the dependency tree.default-features = false - derive default = retroqwest-derive
- json default
-
Enables json of reqwest ^0.11
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.