# 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 = "2018" name = "websocket-lite" version = "0.5.2" authors = ["Tim Robinson "] description = "A fast, low-overhead WebSocket client" readme = "../README.md" license = "MIT" repository = "https://github.com/1tgr/rust-websocket-lite" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.native-tls] version = "0.2" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = [ "net", "io-util", ] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.tokio-openssl] version = "0.6" optional = true [dependencies.tokio-util] version = ">=0.6" features = ["codec"] [dependencies.url] version = "2" [dependencies.websocket-codec] version = "0.5" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "time", "io-std", "rt-multi-thread", ] [features] default = ["ssl-native-tls"] nightly = [] ssl-native-tls = [ "native-tls", "tokio-native-tls", ] ssl-openssl = [ "openssl", "tokio-openssl", ]