Cargo Features
[dependencies]
nuclear-router = { version = "0.1.0", default-features = false, features = ["http-router", "hyper-service"] }
- default = http-router, hyper-service
-
These default features are set whenever
nuclear-router
is added without
somewhere in the dependency tree.default-features = false - http-router default hyper-service = http
- hyper-service default = http-router, hyper
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.
- http http-router
-
Enables http ^0.2
- hyper hyper-service
-
Enables hyper ^0.13