Cargo Features
convenient-skiplist has no features set by default.
[dependencies]
convenient-skiplist = { version = "1.0.3", features = ["serde_support"] }
- default
-
The default set of optional packages. Most people will want to use these packages, but they are strictly optional. Note that
session
is not a package but rather another feature listed in this manifest. - serde_support = serde
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.