# 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.0" name = "fe2o3-amqp" version = "0.13.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of AMQP1.0 protocol based on serde and tokio" homepage = "https://github.com/minghuaw/fe2o3-amqp" documentation = "https://docs.rs/fe2o3-amqp/" readme = "Readme.md" keywords = [ "amqp", "serde", "tokio", ] 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" path = "src/lib.rs" [[test]] name = "broker_connection_compat" path = "tests/broker_connection_compat.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "link" path = "tests/link.rs" [[test]] name = "listener" path = "tests/listener.rs" [dependencies.base64] version = "0.22" optional = true [dependencies.bytes] version = "1" [dependencies.fe2o3-amqp-types] version = "0.13" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.hmac] version = "0.12" optional = true [dependencies.librustls] version = "0.23" features = [ "logging", "std", "tls12", "ring", ] optional = true default-features = false package = "rustls" [dependencies.log] version = "0.4" optional = true [dependencies.parking_lot] version = "0.12" features = ["send_guard"] [dependencies.pbkdf2] version = "0.12" optional = true default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" optional = true [dependencies.serde] version = "1" [dependencies.serde_amqp] version = "0.13" [dependencies.serde_bytes] version = "0.11" [dependencies.sha-1] version = "0.10" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.slab] version = "0.4" [dependencies.stringprep] version = "0.1" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio-rustls] version = "0.26" features = [ "logging", "tls12", "ring", ] optional = true default-features = false [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] optional = true [dependencies.webpki-roots] version = "0.26" optional = true [dev-dependencies.fe2o3-amqp-ext] version = "0.13" [dev-dependencies.testcontainers] version = "0.15.0" [dev-dependencies.tokio-test] version = "0.4" [features] acceptor = [] default = [] native-tls = [ "tokio-native-tls", "libnative-tls", ] rustls = [ "tokio-rustls", "librustls", "webpki-roots", "ring", ] scram = [ "sha-1", "sha2", "rand", "base64", "stringprep", "hmac", "pbkdf2", ] transaction = [ "fe2o3-amqp-types/transaction", "uuid", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.libnative-tls] version = "0.2" optional = true package = "native-tls" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ring] version = "0.17" optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1" features = [ "sync", "io-util", "net", "rt", "macros", "time", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-native-tls] version = "0.3" optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-stream] version = "0.1" features = ["time"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", "parking_lot", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.fluvio-wasm-timer] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.ring] version = "0.17" features = ["wasm32_unknown_unknown_js"] optional = true default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "1" features = [ "sync", "io-util", "rt", "macros", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "parking_lot", ] default-features = false