Cargo Features
[dependencies]
etwin_rest = { version = "0.12.3", default-features = false, features = ["serde", "dev"] }
TODO: Remove this workaround for serde support in
declare_*
macros
- default = dev, serde
-
These default features are set whenever
etwin_rest
is added without
somewhere in the dependency tree.default-features = false - serde default
- dev default = etwin_hammerfest_client
-
Enables mem of etwin_hammerfest_client
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.