Cargo Features
[dependencies]
smmdb = { version = "1.4.2", default-features = false, features = ["with-serde", "save", "wee_alloc"] }
- default = with-serde
-
The
with-serde
feature is set by default wheneversmmdb
is added without
somewhere 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.