Cargo Features
[dependencies]
routecore = { version = "0.5.2", default-features = false, features = ["bgp", "bmp", "fsm", "mrt", "bgpsec", "arbitrary"] }
- default = bgp
-
The
bgp
feature is set by default wheneverroutecore
is added without
somewhere in the dependency tree.default-features = false - bgp default bmp? mrt? = bytes, const-str, log, octseq
- bmp = bgp, chrono
-
Affects
routecore::bmp
… - fsm mrt? = tokio
-
Affects
bgp::fsm
… - mrt = bgp, fsm, rayon, serde
-
Affects
routecore::mrt
… - bgpsec
-
Affects
routecore::bgpsec
…
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.