[package] name = "cerk_port_amqp" version = "0.2.11" authors = [ "Linus Basig ", "Fabrizio Lazzaretti " ] description = "This is a package for CERK. CERK is an open source CloudEvents Router written in Rust with a MicroKernel architecture." license = "Apache-2.0" repository = "https://github.com/ce-rust/cerk" documentation = "https://github.com/ce-rust/cerk" homepage = "https://github.com/ce-rust/cerk" keywords = ["cloudevents", "router", "cerk", "amqp"] readme = "README.md" edition = "2018" [dependencies] log = "0.4.0" env_logger = "0.7.1" cerk = { version = "0.2", path = "../cerk" } serde_json = "1.0" lapin = { version = "1.5.0", features = [], default-features = false } async-global-executor = "1.4.3" futures-lite = "1.11.2" amq-protocol-types = "6.0.1" amq-protocol = { version = "6.0.1", features = [], default-features = false } anyhow = "1.0" async-std = "1.7.0" cloudevents-sdk = "0.3.0"