# 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 = "http-body-io" version = "0.2.1" authors = ["Andrés F. Quintero "] description = "A very simple IO wrapper for http-body" homepage = "https://github.com/andyquinterom/http-body-io" readme = "README.md" keywords = [ "http", "body", "io", "async", "tokio", ] license = "MIT" repository = "https://github.com/andyquinterom/http-body-io" [dependencies.bytes] version = "1.5.0" [dependencies.http-body] version = "1.0.0" [dependencies.tokio] version = "1.36.0" features = [ "sync", "io-std", ] [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.tokio] version = "1.36.0" features = [ "sync", "io-std", "io-util", "test-util", "tokio-macros", "rt", "macros", ]