# 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.75" name = "ntex-amqp" version = "3.0.4" authors = ["ntex contributors "] build = false exclude = [ ".gitignore", ".travis.yml", ".cargo/config", ] autobins = false autoexamples = false autotests = false autobenches = false description = "AMQP 1.0 Client/Server framework" documentation = "https://docs.rs/ntex-amqp" readme = "README.md" keywords = [ "AMQP", "IoT", "messaging", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ntex-rs/ntex-amqp.git" [lib] name = "ntex_amqp" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [[test]] name = "test_server" path = "tests/test_server.rs" [dependencies.bitflags] version = "2" [dependencies.derive_more] version = "1" features = [ "display", "from", ] [dependencies.log] version = "0.4" [dependencies.ntex] version = "2" [dependencies.ntex-amqp-codec] version = "0.9" [dependencies.pin-project-lite] version = "0.2" [dependencies.slab] version = "0.4" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.rand] version = "0.8" [features] default = [] frame-trace = []