[package] name = "amqp-pattern-wrapper" version = "0.0.9" authors = ["TicTicBoooom"] edition = "2018" description = "A simple wrapper which somewhat follows the rabbitmq patterns" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] amiquip = "0.4.0" [lib] name = "amqppatternwrapper" path = "./src/lib.rs"