rabbitmqadmin 2.30.0

rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API
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 = "rabbitmqadmin"
version = "2.30.0"
authors = ["Team RabbitMQ <teamrabbitmq@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rabbitmqadmin v2 is a modern CLI tool for the RabbitMQ HTTP API"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rabbitmq/rabbitmqadmin-ng"

[package.metadata.wix]
eula = false

[features]
default = ["native-tls"]
native-tls = [
    "reqwest/default-tls",
    "rabbitmq_http_client/default-tls",
]

[lib]
name = "rabbitmqadmin"
path = "src/lib.rs"

[[bin]]
name = "rabbitmqadmin"
path = "src/main.rs"

[[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.bel7-cli]
version = "0.9"
features = [
    "tables",
    "serde",
    "clap",
    "completions",
]

[dependencies.clap]
version = "4.6"
features = [
    "help",
    "color",
    "cargo",
    "env",
    "derive",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.clap_complete_nushell]
version = "4.6"

[dependencies.color-print]
version = "0.3"

[dependencies.fern]
version = "0.7"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.rabbitmq_http_client]
version = "0.88"
features = [
    "blocking",
    "tabled",
    "rustls",
]
default-features = false

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
    "multipart",
    "http2",
    "charset",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = ["aws_lc_rs"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shellexpand]
version = "3.1"

[dependencies.sysexits]
version = "0.13"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.url]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.backtrace]
version = "0.3"

[dev-dependencies.predicates]
version = "3.1"

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

[lints.clippy]
uninlined_format_args = "allow"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true