# 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 = "wsbroad" version = "0.3.0" authors = ["Vitaly _Vi Shukela "] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Websocket server that broadcasts each message to other clients connected to the same URL" readme = "README.md" keywords = [ "websocket", "websockets", "rfc6455", "broadcast", "nightly", ] categories = [ "command-line-utilities", "network-programming", "web-programming", "web-programming::websocket", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/wsbroad" [dependencies.anyhow] version = "1.0.36" [dependencies.futures] version = "0.3.8" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.slab] version = "0.4.2" [dependencies.tokio] version = "1" features = [ "net", "rt", "macros", "sync", ] [dependencies.tokio-listener] version = "0.2.1" features = ["user_facing_default"] default-features = false [dependencies.tokio-tungstenite] version = "0.20" [dependencies.tungstenite] version = "0.20" default_features = false [dependencies.xflags] version = "0.3.1"