Cargo Features
Rustgram has no features set by default.
[dependencies]
rustgram = { version = "0.2.1", features = ["h2", "route_builder"] }
- h2
-
Enables http2 of hyper ^0.14.26
- route_builder = serde, serde_yaml
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.
- serde_yaml route_builder?
-
Enables serde_yaml =0.8.26
yml handling
- serde route_builder?