hyper-body-utils 0.1.2

Utilities for handling HTTP bodies with hyper
Documentation
# 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"
rust-version = "1.75.0"
name = "hyper-body-utils"
version = "0.1.2"
authors = ["Rogerio Araújo <rogerio.araujo@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for handling HTTP bodies with hyper"
homepage = "https://github.com/ararog/hyper-body-utils"
readme = "README.md"
keywords = [
    "http",
    "hyper",
    "server",
    "client",
]
license = "MIT"
repository = "https://github.com/ararog/hyper-body-utils"

[features]
default = ["tokio-rt"]
smol-rt = []
tokio-rt = [
    "tokio/fs",
    "tokio-util/io",
]

[lib]
name = "hyper_body_utils"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.11.1"

[dependencies.futures]
version = "0.3.32"
optional = false
default-features = false

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"

[dependencies.smol]
version = "2.0.2"
optional = false
default-features = false

[dependencies.tokio]
version = "1.49.0"
optional = false
default-features = false

[dependencies.tokio-util]
version = "0.7.18"
optional = false
default-features = false