Cargo Features
[dependencies]
taos-optin = { version = "0.12.4", default-features = false, features = ["backport", "serde1"] }
- default = backport
-
The
backport
feature is set by default whenevertaos-optin
is added without
somewhere in the dependency tree.default-features = false - backport default
- serde1 = serde, serde_repr
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.