# 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] name = "hawk-ws" version = "0.1.1" authors = ["Bitconch Core Dev"] description = "Lightweight, event-driven WebSockets for Rust." documentation = "https://ws-rs.org/docs" readme = "README.md" keywords = ["websocket", "mio", "event-driven", "io", "web"] license = "MIT" repository = "https://github.com/hawk-lab/ws" [dependencies.byteorder] version = "1.1" [dependencies.bytes] version = "0.4" [dependencies.httparse] version = "1.2" [dependencies.libc] version = "0.2" optional = true [dependencies.libz-sys] version = "1.0" optional = true [dependencies.log] version = "0.3" [dependencies.mio] version = "0.6" [dependencies.openssl] version = "0.9" optional = true [dependencies.rand] version = "0.3" [dependencies.sha1] version = "0.2" [dependencies.slab] version = "0.3" [dependencies.url] version = "1.5" [dev-dependencies.clap] version = "2.27" [dev-dependencies.env_logger] version = "0.4" [dev-dependencies.term] version = "0.4" [dev-dependencies.time] version = "0.1" [features] default = [] permessage-deflate = ["libz-sys", "libc"] ssl = ["openssl"]