# 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.68" name = "actix-ws-ng" version = "0.3.0" authors = [ "asonix ", "Rob Ede ", ] description = "WebSockets for Actix Web, without actors" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/robjtede/actix-ws-ng" [dependencies.actix-codec] version = "0.5.0" [dependencies.actix-http] version = "3.0" features = ["ws"] default-features = false [dependencies.actix-web] version = "4.0" default-features = false [dependencies.bytestring] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.tokio] version = "1" features = ["sync"]