[package] name = "evzht9h3nznqzwl" version = "0.0.3" authors = [ "acdenisSK ", "Maiddog ", ] description = "A temporary fork." documentation = "http://docs.rs/evzht9h3nznqzwl" homepage = "https://github.com/serenity-rs/rust-websocket" repository = "https://github.com/serenity-rs/rust-websocket.git" license = "MIT" [dependencies] hyper = "^0.10.6" unicase = "1.0" url = "^1.6" bitflags = "^1.0" rand = "0.3" byteorder = "^1.1" sha1 = "0.2" base64 = "^0.8" log = "0.3" uuid = { version = "0.5", features = ["v4"] } futures = { version = "0.1", optional = true } tokio-core = { version = "0.1", optional = true } tokio-io = { version = "^0.1.2", optional = true } tokio-tls = { version = "0.1", optional = true } bytes = { version = "0.4", optional = true } native-tls = { version = "^0.1.2", optional = true } [dev-dependencies] futures-cpupool = "0.1" [features] default = ["sync", "sync-ssl", "async", "async-ssl"] sync = [] sync-ssl = ["native-tls", "sync"] async = ["tokio-core", "tokio-io", "bytes", "futures"] async-ssl = ["native-tls", "tokio-tls", "async"] nightly = ["hyper/nightly"]