# 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 = "serde_amqp" version = "0.13.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A serde implementation of AMQP1.0 protocol." homepage = "https://github.com/minghuaw/fe2o3-amqp" documentation = "https://docs.rs/serde_amqp/" readme = "Readme.md" keywords = [ "amqp", "serde", ] categories = ["encoding"] license = "MIT/Apache-2.0" repository = "https://github.com/minghuaw/fe2o3-amqp" [package.metadata.docs.rs] all-features = true [lib] name = "serde_amqp" path = "src/lib.rs" [[test]] name = "derive" path = "tests/derive.rs" [[test]] name = "described_basic" path = "tests/described_basic.rs" [[test]] name = "described_list" path = "tests/described_list.rs" [[bench]] name = "serialize" path = "benches/serialize.rs" harness = false [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.30" optional = true [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.ordered-float] version = "4" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_amqp_derive] version = "0.3.0" optional = true [dependencies.serde_bytes] version = "0.11" [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" optional = true [dependencies.uuid] version = "1" optional = true [dev-dependencies.bytes] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.uuid] version = "1" features = ["v4"] [features] chrono = ["dep:chrono"] default = [] derive = ["serde_amqp_derive"] extensions = [] json = ["serde_json"]