# 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] edition = "2018" name = "zlib_stream" version = "0.1.0" authors = ["Alexander Becker "] description = "An utility to decompress zlib-stream encoded WebSocket messages" keywords = ["encoding", "gzip", "deflate", "zlib"] categories = ["compression", "accessibility"] license = "Apache-2.0" repository = "https://github.com/ZeroTwo-Bot/zlib-stream-rs" [dependencies.env_logger] version = "0.9.0" [dependencies.flate2] version = "1.0" features = ["cloudflare_zlib"] default-features = false [dependencies.futures-util] version = "0.3.17" optional = true [dependencies.log] version = "0.4.14" [dependencies.thiserror] version = "1.0.28" [dependencies.tokio] version = "^1" features = ["rt-multi-thread"] optional = true [dev-dependencies.tokio] version = "1.14.0" features = ["rt", "macros"] [features] default = ["stream"] stream = ["futures-util"] tokio-runtime = ["stream", "tokio"]