# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "amqp-codec" version = "0.1.0" authors = ["Nikolay Kim ", "Max Gortman ", "Mike Yagley "] description = "AMQP 1.0 Protocol Codec" license = "MIT/Apache-2.0" [dependencies.actix-codec] version = "0.2.0" [dependencies.byteorder] version = "1.3.1" [dependencies.bytes] version = "0.5.2" [dependencies.bytestring] version = "0.1.1" [dependencies.chrono] version = "0.4" [dependencies.derive_more] version = "0.99.2" [dependencies.fxhash] version = "0.2.1" [dependencies.ordered-float] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [build-dependencies.handlebars] version = "0.27" optional = true [build-dependencies.lazy_static] version = "1.0" optional = true [build-dependencies.regex] version = "1.3" optional = true [build-dependencies.serde] version = "1.0" optional = true [build-dependencies.serde_derive] version = "1.0" optional = true [build-dependencies.serde_json] version = "1.0" optional = true [features] default = [] from-spec = ["handlebars", "serde", "serde_derive", "serde_json", "lazy_static", "regex"]