Cargo Features
[dependencies]
data-rw = { version = "1.6.4", default-features = false, features = ["check_utf8", "rmp", "json", "data"] }
- default = rmp
-
The
rmp
feature is set by default wheneverdata-rw
is added without
somewhere in the dependency tree.default-features = false - big_endian check_utf8
- rmp default = rmp-serde
- json = serde_json
- data
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.