# 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-codec" version = "0.9.5" authors = [ "Nikolay Kim ", "Max Gortman ", "Mike Yagley ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "AMQP 1.0 Protocol Codec" readme = "README.md" license = "MIT/Apache-2.0" [lib] name = "ntex_amqp_codec" path = "src/lib.rs" [dependencies.byteorder] version = "1" [dependencies.chrono] version = "0.4" default-features = false [dependencies.derive_more] version = "1" features = [ "display", "from", ] [dependencies.fxhash] version = "0.2" [dependencies.ntex-bytes] version = "0.1" [dependencies.ntex-codec] version = "0.6" [dependencies.ordered-float] version = "4.2" [dependencies.uuid] version = "1" features = ["v4"] [build-dependencies.handlebars] version = "6" optional = true [build-dependencies.lazy_static] version = "1" optional = true [build-dependencies.regex] version = "1" optional = true [build-dependencies.serde] version = "1" optional = true [build-dependencies.serde_derive] version = "1" optional = true [build-dependencies.serde_json] version = "1" optional = true [features] default = [] from-spec = [ "handlebars", "serde", "serde_derive", "serde_json", "lazy_static", "regex", ]