# 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 = "actix_send_websocket" version = "0.1.0" authors = ["fakeshadow <24548779@qq.com>"] exclude = ["examples/*", "tests/*"] description = "helper crate for managing websocket on actix-web framework" readme = "README.md" keywords = ["actix-web", "websocket"] license = "MIT" repository = "https://github.com/fakeshadow/actix_send.git" [dependencies.actix-codec] version = "0.3.0" [dependencies.actix-http] version = "2.0.0" [dependencies.actix-utils] version = "2.0.0" [dependencies.actix-web] version = "3.1.0" default-features = false [dependencies.futures-util] version = "0.3.5" default-features = false [dependencies.pin-project-lite] version = "0.1.7" [dependencies.tokio] version = "0.2.22" optional = true default-features = false [dev-dependencies.actix-rt] version = "1.1.1" [features] default = ["send"] no-send = [] send = ["tokio/sync"]