# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rabbitmq_http_client" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RabbitMQ HTTP API client" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "rabbitmq_http_client" path = "src/lib.rs" [[test]] name = "binding_tests" path = "tests/binding_tests.rs" [[test]] name = "channel_tests" path = "tests/channel_tests.rs" [[test]] name = "cluster_metadata_tests" path = "tests/cluster_metadata_tests.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "connection_tests" path = "tests/connection_tests.rs" [[test]] name = "consumer_tests" path = "tests/consumer_tests.rs" [[test]] name = "definitions_tests" path = "tests/definitions_tests.rs" [[test]] name = "exchange_tests" path = "tests/exchange_tests.rs" [[test]] name = "health_checks_tests" path = "tests/health_checks_tests.rs" [[test]] name = "leader_rebalancing_tests" path = "tests/leader_rebalancing_tests.rs" [[test]] name = "message_tests" path = "tests/message_tests.rs" [[test]] name = "node_tests" path = "tests/node_tests.rs" [[test]] name = "permission_tests" path = "tests/permission_tests.rs" [[test]] name = "policy_tests" path = "tests/policy_tests.rs" [[test]] name = "queue_tests" path = "tests/queue_tests.rs" [[test]] name = "runtime_parameter_tests" path = "tests/runtime_parameter_tests.rs" [[test]] name = "user_limit_tests" path = "tests/user_limit_tests.rs" [[test]] name = "user_tests" path = "tests/user_tests.rs" [[test]] name = "virtual_host_limit_tests" path = "tests/virtual_host_limit_tests.rs" [[test]] name = "virtual_host_tests" path = "tests/virtual_host_tests.rs" [dependencies.percent-encoding] version = "2" [dependencies.rand] version = "0.8" [dependencies.rbase64] version = "2" [dependencies.reqwest] version = "0.12" features = [ "json", "multipart", "blocking", "rustls-tls", ] [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde-aux] version = "4.5" [dependencies.serde_json] version = "1" [dependencies.tabled] version = "0.16" features = [ "derive", "macros", ] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.amqprs] version = "1" [features] core = [] default = ["core"] tabled = ["dep:tabled"]