# 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-ws" version = "0.13.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WebSocket binding stream for AMQP1.0" homepage = "https://github.com/minghuaw/fe2o3-amqp" documentation = "https://docs.rs/fe2o3-amqp-ws/" readme = "Readme.md" keywords = [ "websocket", "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_ws" path = "src/lib.rs" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.http] version = "1" [dependencies.pin-project-lite] version = "0.2" [dependencies.thiserror] version = "1" [dependencies.tungstenite] version = "0.24" [dev-dependencies.fe2o3-amqp] version = "0.13" [features] default = [] native-tls = ["tokio-tungstenite/native-tls"] native-tls-vendored = ["tokio-tungstenite/native-tls-vendored"] rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1" features = ["net"] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-tungstenite] version = "0.24" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1" features = [ "net", "rt-multi-thread", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3" [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "1" features = [ "sync", "macros", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "WebSocket", "MessageEvent", "CloseEvent", "ErrorEvent", "BinaryType", ]