# 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 = "2021" rust-version = "1.72" name = "actix-web-actors" version = "4.3.1+deprecated" authors = ["Nikolay Kim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Actix actors support for Actix Web" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "http", "web", "framework", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-web" [package.metadata.cargo_check_external_types] allowed_external_types = [ "actix::*", "actix_http::*", "actix_web::*", "bytes::*", "bytestring::*", "futures_core::*", ] [lib] name = "actix_web_actors" path = "src/lib.rs" [[test]] name = "test_ws" path = "tests/test_ws.rs" [dependencies.actix] version = ">=0.12, <0.14" default-features = false [dependencies.actix-codec] version = "0.5" [dependencies.actix-http] version = "3" [dependencies.actix-web] version = "4" default-features = false [dependencies.bytes] version = "1" [dependencies.bytestring] version = "1" [dependencies.futures-core] version = "0.3.17" default-features = false [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.24.2" features = ["sync"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.actix-rt] version = "2.2" [dev-dependencies.actix-test] version = "0.1" [dev-dependencies.actix-web] version = "4" features = ["macros"] [dev-dependencies.awc] version = "3" default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.futures-util] version = "0.3.17" features = ["std"] default-features = false [dev-dependencies.mime] version = "0.3" [lints.clippy] [lints.rust.future_incompatible] level = "deny" priority = 0 [lints.rust.nonstandard_style] level = "deny" priority = 0 [lints.rust.rust_2018_idioms] level = "deny" priority = 0