# 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 = "meio-ws" version = "0.22.1" authors = ["Denis Kolodin ", "overfloat "] description = "Set of web tasks for MEIO framework" homepage = "https://github.com/rate-technology/meio" documentation = "https://docs.rs/meio-ws/" readme = "README.md" keywords = ["async", "actors"] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/rate-technology/meio" [dependencies.anyhow] version = "1.0.33" [dependencies.async-trait] version = "0.1.41" [dependencies.async-tungstenite] version = "0.9.3" features = ["tokio-runtime"] [dependencies.futures] version = "0.3.6" [dependencies.log] version = "0.4.11" [dependencies.meio] version = "0.22.1" [dependencies.serde] version = "1.0.117" [dependencies.tokio] version = "0.2.22" [dependencies.tungstenite] version = "0.11.1" [dependencies.warp] version = "0.2.5"