# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tide-websockets" version = "0.4.0" authors = ["Jacob Rothstein "] description = "tide websockets" documentation = "https://docs.rs/tide-websockets" readme = "README.md" keywords = ["tide", "websockets"] categories = ["web-programming::http-server", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/tide-websockets" [dependencies.async-dup] version = "1.2.2" [dependencies.async-std] version = "1.9.0" [dependencies.async-tungstenite] version = "0.13.1" [dependencies.base64] version = "0.13.0" [dependencies.futures-util] version = "0.3.15" [dependencies.pin-project] version = "1.0.7" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.sha-1] version = "0.9.6" [dependencies.tide] version = "0.16.0" features = ["h1-server"] default-features = false [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8.3"