# 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 = "fe2o3-amqp-types" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of AMQP1.0 data types" homepage = "https://github.com/minghuaw/fe2o3-amqp" documentation = "https://docs.rs/fe2o3-amqp-types/" readme = "Readme.md" keywords = [ "amqp", "serde", ] license = "MIT/Apache-2.0" repository = "https://github.com/minghuaw/fe2o3-amqp" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fe2o3_amqp_types" path = "src/lib.rs" [dependencies.ordered-float] version = "4" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_amqp] version = "0.13" features = [ "derive", "extensions", ] [dependencies.serde_bytes] version = "0.11" [dependencies.serde_repr] version = "0.1" [features] default = [ "primitive", "transport", "messaging", "security", ] messaging = [ "primitive", "transport", ] primitive = [] security = ["primitive"] transaction = [ "primitive", "messaging", ] transport = ["primitive"]