# 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-http" version = "0.41.0" authors = ["Denis Kolodin ", "overfloat "] description = "Set of connectors 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.derive_more] version = "0.99.11" [dependencies.futures] version = "0.3.6" [dependencies.hyper] version = "0.13.9" [dependencies.log] version = "0.4.11" [dependencies.meio] version = "0.41.0" [dependencies.serde] version = "1.0.117" [dependencies.slab] version = "0.4.2" [dependencies.thiserror] version = "1.0.22" [dependencies.tokio] version = "0.2.22" [dependencies.tungstenite] version = "0.11.1" [dependencies.warp] version = "0.2.5"