[package] authors = ["Jason Ozias "] description = "Example WebSocket Echo Server implemented with twist" documentation = "https://github.com/rustyhorde/twists" homepage = "https://github.com/rustyhorde/twists" keywords = ["tokio", "websocket", "server"] license = "MIT/Apache-2.0" name = "twists" readme = "README.md" repository = "https://github.com/rustyhorde/twists" version = "0.2.1" [dependencies] base64 = "0.4.0" chrono = "0.3.0" clap = "2.20.3" env_logger = "0.4.0" futures = "0.1.10" native-tls = "0.1.1" serde = "0.9.11" serde_derive = "0.9.11" serde_json = "0.9.9" slog = "1.5.2" slog-atomic = "0.4.3" slog-term = "1.5.0" tokio-proto = "0.1.0" tokio-service = "0.1.0" twist = "0.7.1" twist-jwt = "0.3.1" twist-lz4 = "0.3.1" [dependencies.tokio-tls] features = ["tokio-proto"] version = "0.1.1"