# 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 = "soket" version = "0.4.2" authors = ["Parity Technologies ", "Jason Ozias "] description = "A websocket protocol implementation." homepage = "https://github.com/tetcoin/soket" documentation = "https://docs.rs/soket" readme = "README.md" keywords = ["websocket", "codec", "async", "futures"] categories = ["network-programming", "asynchronous", "web-programming::websocket"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tetcoin/soket" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.12" [dependencies.bytes] version = "0.5" [dependencies.flate2] version = "1.0.13" features = ["zlib"] optional = true default-features = false [dependencies.futures] version = "0.3.1" features = ["unstable", "bilock"] [dependencies.httparse] version = "1.3.4" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7" [dependencies.sha-1] version = "0.9" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.tokio] version = "0.2" features = ["dns", "stream", "tcp", "rt-threaded", "macros"] [dev-dependencies.tokio-util] version = "0.3" features = ["compat"] [features] deflate = ["flate2"]