Cargo Features
[dependencies]
pabgp = { version = "0.2.0", default-features = false, features = ["impl-serde", "tokio-endec"] }
- default = impl-serde, tokio-endec
-
These default features are set whenever
pabgp
is added without
somewhere in the dependency tree.default-features = false - impl-serde default = serde
-
Derive serde::{Serialize, Deserialize} on lib types
- tokio-endec default = tokio-util
-
BGP Codec for use with tokio-util
Affects
endec::BgpCodec
…
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.