Cargo Features
[dependencies]
rabbitmq_http_client = { version = "0.8.0", default-features = false, features = ["core", "tabled"] }
- default = core
-
The
core
feature is set by default wheneverrabbitmq_http_client
is added without
somewhere in the dependency tree.default-features = false - core default
- tabled
-
Enables tabled
rabbitmq_http_client has 3 features without comments.