# 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" rust-version = "1.56" name = "amqp-client-rust" version = "0.0.3-alpha.2" authors = ["João Pedro Miranda C. Hluchan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous AMQP client library for Rust, designed for high-performance communication with RabbitMQ. Features include automatic queue and exchange management, message publishing, subscribing, and RPC support." readme = "README.md" keywords = [ "amqp", "rabbitmq", "async", "tokio", "reconnection", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/berrytern/amqp-client-rust" [lib] name = "amqp_client_rust" path = "src/lib.rs" [[test]] name = "config_test" path = "tests/config_test.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.amqprs] version = "1.5" [dependencies.async-trait] version = "0.1" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "sync", "net", "io-util", "time", "macros", ] [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "1.3.3" features = ["v4"] [features] default = [] tls = ["amqprs/tls"]