evzht9h3nznqzwl 0.0.3

A temporary fork.
Documentation
# 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]
name = "evzht9h3nznqzwl"
version = "0.0.3"
authors = ["acdenisSK <acdenissk69@gmail.com>", "Maiddog <maiddogsrl@gmail.com", "Zeyla Hellyer <zey@zey.moe>"]
description = "A temporary fork."
homepage = "https://github.com/serenity-rs/rust-websocket"
documentation = "http://docs.rs/evzht9h3nznqzwl"
license = "MIT"
repository = "https://github.com/serenity-rs/rust-websocket.git"
[dependencies.tokio-core]
version = "0.1"
optional = true

[dependencies.log]
version = "0.3"

[dependencies.native-tls]
version = "^0.1.2"
optional = true

[dependencies.uuid]
version = "0.5"
features = ["v4"]

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.sha1]
version = "0.2"

[dependencies.base64]
version = "^0.8"

[dependencies.hyper]
version = "^0.10.6"

[dependencies.byteorder]
version = "^1.1"

[dependencies.bytes]
version = "0.4"
optional = true

[dependencies.unicase]
version = "1.0"

[dependencies.url]
version = "^1.6"

[dependencies.tokio-io]
version = "^0.1.2"
optional = true

[dependencies.bitflags]
version = "^1.0"

[dependencies.tokio-tls]
version = "0.1"
optional = true
[dev-dependencies.futures-cpupool]
version = "0.1"

[features]
nightly = ["hyper/nightly"]
async = ["tokio-core", "tokio-io", "bytes", "futures"]
default = ["sync", "sync-ssl", "async", "async-ssl"]
sync = []
sync-ssl = ["native-tls", "sync"]
async-ssl = ["native-tls", "tokio-tls", "async"]