# 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" name = "actix_channels" version = "0.4.1" authors = ["Lex Childs "] description = "websocket channels for actix web" keywords = ["actix", "websocket", "channels"] categories = ["web-programming", "network-programming"] license = "BSD-3-Clause" repository = "https://github.com/lex148/actix_channels" resolver = "2" [lib] [dependencies.actix] version = "^0.13" [dependencies.actix-rt] version = "2.5" [dependencies.actix-web] version = "4.0.1" [dependencies.actix-web-actors] version = "4.0.1" [dependencies.async-trait] version = "^0.1" [dependencies.bytes] version = "^1" [dependencies.log] version = "^0.4" [dependencies.rand] version = "^0.8"