# 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 = "phyllo" version = "0.3.0" description = "Websocket-based client for Phoenix channels" readme = "README.md" keywords = [ "phoenix", "channels", "websocket", ] categories = ["web-programming::websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/wanderers-nft/phyllo" resolver = "2" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.18.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" [dependencies.tokio-tungstenite] version = "0.17" [dependencies.tracing] version = "0.1.35" [dependencies.url] version = "2.2.2" [dev-dependencies.anyhow] version = "1.0.58" [features] rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]