# 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.64" name = "phoenix_channels_client" version = "0.1.2" authors = ["Paul Schoenfelder "] description = "Provides an async-ready client for Phoenix Channels in Rust" homepage = "https://github.com/liveviewnative/phoenix-channels" documentation = "https://github.com/liveviewnative/phoenix-channels" readme = "README.md" keywords = [ "phoenix", "channels", "elixir", ] categories = [ "asynchronous", "web-programming:websocket", ] license = "Apache-2.0" repository = "https://github.com/liveviewnative/phoenix-channels" [dependencies.futures] version = "0.3" [dependencies.fxhash] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.21" features = [ "full", "tracing", "test-util", ] [dependencies.tokio-tungstenite] version = "0.17" [dependencies.url] version = "2.3" [dev-dependencies.env_logger] version = "0.9" [features] default = [] native-tls = ["tokio-tungstenite/native-tls"] nightly = []