# 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-management-client" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust client for the RabbitMQ Management API" readme = "README.md" license = "MIT" repository = "https://github.com/stefandanaita/rabbitmq-management-client" [lib] name = "rabbitmq_management_client" path = "src/lib.rs" [[test]] name = "all" path = "tests/all/main.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "1" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.reqwest-middleware] version = "0.3" features = ["json"] [dependencies.rust_decimal] version = "1.36" features = ["serde-float"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "0.1" package = "serde_json_path_to_error" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.37" features = ["macros"] [dependencies.tracing] version = "0.1" [dev-dependencies.uuid] version = "1" features = ["v4"]