# 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 = "requiem-web-actors" version = "2.0.0-r1" authors = ["Nikolay Kim "] description = "Actix actors support for actix web framework." homepage = "https://actix.rs" documentation = "https://docs.rs/actix-web-actors/" readme = "README.md" keywords = ["actix", "http", "web", "framework", "async"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-web.git" [lib] name = "requiem_web_actors" path = "src/lib.rs" [dependencies.bytes] version = "0.5.2" [dependencies.futures] version = "0.3.1" [dependencies.pin-project] version = "0.4.6" [dependencies.requiem] version = "0.9.0" [dependencies.requiem-codec] version = "0.2.0" [dependencies.requiem-http] version = "1.0.1-r1" [dependencies.requiem-web] version = "2.0.0-r2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.requiem-rt] version = "1.0.0"