# 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 = "chunked_transfer_encoding" version = "0.1.0" authors = ["vkill "] description = "Chunked transfer encoding" homepage = "https://github.com/bk-rs/transfer-encoding-rs" documentation = "https://docs.rs/chunked_transfer_encoding" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/transfer-encoding-rs" [package.metadata.cargo-all-features] skip_optional_dependencies = true [package.metadata.docs.rs] all-features = true [dependencies.futures-util] version = "0.3" optional = true default-features = false [dependencies.http] version = "0.2" optional = true default-features = false [dependencies.pin-project-lite] version = "0.2" optional = true [dev-dependencies.futures-executor] version = "0.3" [features] _priv_test_http = ["http"] default = ["stream"] stream = ["futures-util", "pin-project-lite"]