# 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 = "2021" name = "menemen" version = "1.0.3" authors = [ "Behemehal", "Ahmetcan Aksu", ] description = "A streaming http request library" documentation = "https://docs.rs/menemen" readme = "README.md" keywords = [ "network", "http", "stream", ] categories = ["network-programming"] license = "GPL-2.0" repository = "https://github.com/behemehal/Menemen" resolver = "2" [[example]] name = "download_file" path = "examples/download_file.rs" [[example]] name = "echo" path = "examples/echo.rs" [[example]] name = "parse_url" path = "examples/parse_url.rs" [[example]] name = "post" path = "examples/post.rs" [[example]] name = "gzip" path = "examples/gzip.rs" [dependencies.anyhow] version = "1.0.52" [dependencies.bufstream] version = "0.1.4" [dependencies.native-tls] version = "0.2" [dev-dependencies.libflate] version = "1.3.0"