# 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 = "dove" version = "0.3.0" authors = [ "Ulf Lilleengen ", "Michael Watzko ", ] include = [ "README.md", "LICENSE", "src/*.rs", "tests/*.rs", "examples/*.rs", ] description = "Dove is an open source Rust implementation of the AMQP 1.0 OASIS standard (http://www.amqp.org/)." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lulf/dove/" [dependencies.async-channel] version = "1.9" [dependencies.byteorder] version = "1.4" [dependencies.derive_more] version = "0.99" features = ["from"] default-features = false [dependencies.log] version = "0.4" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.4" features = ["v4"] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.futures] version = "0.3" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.testcontainers] version = "0.14" [dev-dependencies.tokio] version = "1" features = ["full"]