rabbitmq_http_client 0.88.0

RabbitMQ HTTP API client
Documentation
# 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 = "2024"
rust-version = "1.94"
name = "rabbitmq_http_client"
version = "0.88.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RabbitMQ HTTP API client"
readme = "README.md"
keywords = ["rabbitmq"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/michaelklishin/rabbitmq-http-api-rs"

[features]
async = [
    "dep:reqwest",
    "dep:thiserror",
    "dep:backtrace",
    "dep:percent-encoding",
]
blocking = [
    "dep:reqwest",
    "reqwest/blocking",
    "dep:thiserror",
    "dep:backtrace",
    "dep:percent-encoding",
]
default = [
    "blocking",
    "default-tls",
]
default-tls = ["reqwest?/default-tls"]
hickory-dns = ["reqwest?/hickory-dns"]
native-tls = ["reqwest?/native-tls"]
rustls = ["reqwest?/rustls"]
tabled = ["dep:tabled"]
zeroize = ["dep:zeroize"]

[lib]
name = "rabbitmq_http_client"
path = "src/lib.rs"
doctest = false

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[[test]]
name = "proptests"
path = "tests/proptests/main.rs"

[[test]]
name = "unit"
path = "tests/unit/main.rs"

[dependencies.backtrace]
version = "0.3"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.percent-encoding]
version = "2.3"
optional = true

[dependencies.rand]
version = "0.10"

[dependencies.rbase64]
version = "2.0"

[dependencies.regex]
version = "1.12"
features = ["std"]

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "multipart",
]
optional = true
default-features = false

[dependencies.ring]
version = "0.17"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-aux]
version = "4.6"

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20"
features = [
    "derive",
    "macros",
]
optional = true

[dependencies.thiserror]
version = "2.0"
optional = true

[dependencies.time]
version = "0.3"
features = ["serde-human-readable"]

[dependencies.tokio]
version = "1.49"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.zeroize]
version = "1.8"
features = ["zeroize_derive"]
optional = true

[dev-dependencies.amqprs]
version = "2.1"

[dev-dependencies.cargo-nextest]
version = "0.9"

[dev-dependencies.fern]
version = "0.7"

[dev-dependencies.proptest]
version = "1.9"

[dev-dependencies.zeroize]
version = "1.8"
features = ["zeroize_derive"]

[lints.clippy]
uninlined_format_args = "allow"

[profile.ci]
opt-level = "s"
inherits = "dev"
strip = true