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 whenever rabbitmq_http_client is added without default-features = false somewhere in the dependency tree.

core default
tabled

Enables tabled

rabbitmq_http_client has 3 features without comments.