# 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 = "yarws" version = "0.3.0" authors = ["Igor Anic "] description = "Yet Another Rust WebSocket library" homepage = "https://github.com/ianic/yarws" documentation = "https://docs.rs/yarws/0.3.0" readme = "README.md" keywords = ["websocket", "tokio"] categories = ["web-programming::websocket", "network-programming"] license = "MIT" repository = "https://github.com/ianic/yarws" [dependencies.base64] version = "0.12.0" [dependencies.colored] version = "1.9" [dependencies.failure] version = "0.1.7" [dependencies.futures] version = "0.3" [dependencies.hex-literal] version = "0.2.1" [dependencies.inflate] version = "0.4.5" [dependencies.miniz_oxide] version = "0.3.6" [dependencies.native-tls] version = "0.2.4" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.52" [dependencies.sha-1] version = "0.8.2" [dependencies.slog] version = "2.5.2" features = ["max_level_trace", "release_max_level_warn"] [dependencies.slog-async] version = "2.5.0" [dependencies.slog-stdlog] version = "4.0.0" [dependencies.slog-term] version = "2.5.0" [dependencies.structopt] version = "0.3.14" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-tls] version = "0.3.0" [dependencies.url] version = "2.1.1"