# 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 = "websockets" version = "0.3.0" authors = ["imranmaj <49664304+imranmaj@users.noreply.github.com>"] description = "A WebSocket client implementation." documentation = "http://docs.rs/websockets" readme = "README.md" keywords = ["websocket", "websockets", "async", "tokio", "io"] categories = ["asynchronous", "network-programming", "web-programming", "web-programming::websocket"] license = "MIT" repository = "https://github.com/imranmaj/websockets" [dependencies.base64] version = "0.12.3" [dependencies.flume] version = "0.10.7" [dependencies.futures] version = "0.3.5" [dependencies.native-tls] version = "0.2.6" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.regex] version = "1.3.9" [dependencies.sha-1] version = "0.9.1" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.9" features = ["net", "io-util"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.url] version = "2.1.1" [dev-dependencies.tokio] version = "1.9" features = ["rt-multi-thread", "macros"]