Cargo Features
[dependencies]
smmdb = { version = "1.4.2", default-features = false, features = ["with-serde", "save", "wee_alloc"] }
- default = with-serde
-
The
with-serdefeature is set by default wheneversmmdbis added withoutsomewhere in the dependency tree.default-features = false - with-serde default
- save = arr_macro, async-std
-
Affects
errors::SaveError,smmdb::save…
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.