twist 0.1.3

An implementation of the RFC6455 websocket protocol as a set of tokio Codec anda tokio-proto pipeline ServerProto
Documentation
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
description = "An implementation of the RFC6455 websocket protocol as a set\nof tokio Codec anda tokio-proto pipeline ServerProto"
documentation = "https://docs.rs/twist"
homepage = "https://rustyhorde.github.io/twist/"
keywords = ["tokio", "websocket", "codec", "serverproto"]
license = "MIT/Apache-2.0"
name = "twist"
readme = "README.md"
repository = "https://github.com/rustyhorde/twist"
version = "0.1.3"

[dependencies]
base64 = "0.3.0"
byteorder = "1.0.0"
futures = "0.1.10"
httparse = "1.2.1"
lazy_static = "0.2.2"
sha1 = "0.2.0"
slog-atomic = "0.4.3"
slog-term = "1.5.0"
tokio-core = "0.1.4"
tokio-proto = "0.1.0"

[dependencies.slog]
features = ["max_level_trace", "release_max_level_trace"]
version = "1.4.1"

[features]
default = []
pmd = []

[lib]
name = "twist"
path = "src/lib.rs"