# 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-cbs" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental impl of AMQP 1.0 CBS extension" homepage = "https://github.com/minghuaw/fe2o3-amqp" documentation = "https://docs.rs/fe2o3-amqp/" readme = "Readme.md" keywords = ["amqp"] license = "MIT/Apache-2.0" repository = "https://github.com/minghuaw/fe2o3-amqp" [lib] name = "fe2o3_amqp_cbs" path = "src/lib.rs" [dependencies.fe2o3-amqp] version = "0.13" [dependencies.fe2o3-amqp-management] version = "0.13" [dependencies.trait-variant] version = "0.1.1"