# 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 = "2018" name = "websocket-server-async" version = "0.3.0" authors = ["yi lu "] description = "rust websocket server tokio frame." documentation = "https://docs.rs/websocket-server-async" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/luyikk/websocket-server-async" [dependencies.anyhow] version = "1" [dependencies.aqueue] version = "1.3" [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.23" [dependencies.tokio-tungstenite] version = "0.21" [dev-dependencies.env_logger] version = "0.10"