# 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.63" name = "websocket-util" version = "0.13.0" authors = ["Daniel Mueller "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = """ A crate providing an easy to consume streaming interface for WebSocket data. """ homepage = "https://github.com/d-e-s-o/websocket-util" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/websocket-util.git" [dependencies.futures] version = "0.3" features = [ "async-await", "std", ] default-features = false [dependencies.tokio] version = "1.8" features = [ "rt", "time", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23" default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies._lazy_static_unused] version = "1.0.2" package = "lazy_static" [dev-dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.test-log] version = "0.2.8" features = ["trace"] default-features = false [dev-dependencies.tokio] version = "1.8" features = [ "rt", "macros", "net", "test-util", ] default-features = false [dev-dependencies.tokio-tungstenite] version = "0.23" features = [ "connect", "url", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", "local-time", ] default-features = false [dev-dependencies.url] version = "2.0" [features] test = ["tokio-tungstenite/connect"]