[package]
name = "websocket-codec"
description = "A Tokio codec for the websocket protocol"
version = "0.3.4"
authors = ["Tim Robinson <tim.g.robinson@gmail.com>"]
repository = "https://github.com/1tgr/rust-websocket-lite"
license = "MIT"
edition = "2018"
[lib]
path = "src/lib.rs"
[dependencies]
base64 = "0.12"
byteorder = "1"
bytes = "0.5"
httparse = "1"
rand = "0.7"
sha1 = "0.6"
tokio-util = { version="0.3", features=["codec"] }
[dev-dependencies]
assert-allocations = { path="../assert-allocations" }
quickcheck = "0.9"
quickcheck_macros = "0.9"