# 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.75" name = "actix-ws" version = "0.3.0" authors = [ "asonix ", "Rob Ede ", ] description = "WebSockets for Actix Web, without actors" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "web", "websocket", "websockets", "streaming", ] categories = ["web-programming::websocket"] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-extras" [dependencies.actix-codec] version = "0.5" [dependencies.actix-http] version = "3" features = ["ws"] default-features = false [dependencies.actix-web] version = "4" default-features = false [dependencies.bytestring] version = "1" [dependencies.futures-core] version = "0.3.17" [dependencies.tokio] version = "1.24" features = ["sync"] [dev-dependencies.actix-web] version = "4.8" [dev-dependencies.futures-util] version = "0.3.17" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.24" features = [ "sync", "rt", "macros", ] [dev-dependencies.tracing] version = "0.1.30" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [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