websocket-codec 0.1.1

A Tokio codec for the websocket protocol
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]
edition = "2018"
name = "websocket-codec"
version = "0.1.1"
authors = ["Tim Robinson <tim.g.robinson@gmail.com>"]
description = "A Tokio codec for the websocket protocol"
license = "MIT"
repository = "https://github.com/1tgr/rust-websocket-codec"
[dependencies.base64]
version = "0.9"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "0.4"

[dependencies.httparse]
version = "1"

[dependencies.rand]
version = "0.5"

[dependencies.sha1]
version = "0.6"

[dependencies.take_mut]
version = "0.2"

[dependencies.tokio-codec]
version = "0.1"
[dev-dependencies.quickcheck]
version = "0.7"

[dev-dependencies.structopt]
version = "0.2"

[dev-dependencies.tokio-core]
version = "0.1"