# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "websocket-simple" version = "0.1.1" authors = ["tickbh "] description = "simple websocket for Rust" license = "MIT/Apache-2.0" repository = "https://github.com/tickbh/tunm" [dependencies.httparse] version = "1.1.2" [dependencies.libc] version = "0.2.15" optional = true [dependencies.libz-sys] version = "1.0.5" optional = true [dependencies.log] version = "0.3.6" [dependencies.openssl] version = "0.7.14" optional = true [dependencies.rand] version = "0.3.14" [dependencies.sha1] version = "0.2.0" [dependencies.time] version = "0.1.33" [dependencies.url] version = "1.2.0" [dev-dependencies.clap] version = "2.10.0" [dev-dependencies.env_logger] version = "0.3.4" [dev-dependencies.term] version = "0.4.4" [dev-dependencies.time] version = "0.1.35" [features] default = [] permessage-deflate = ["libz-sys", "libc"] ssl = ["openssl"]