multipart-write 0.1.0

Sink-like interface for writing an object in parts
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 = "2024"
rust-version = "1.85.1"
name = "multipart-write"
version = "0.1.0"
authors = ["Daniel Donohue <d.michael.donohue@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sink-like interface for writing an object in parts"
readme = "README.md"
keywords = [
    "futures",
    "async",
    "sink",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/quasi-coherent/multipart-write"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

[[example]]
name = "author"
path = "examples/author.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.pin-project-lite]
version = "0.2.17"

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

[dev-dependencies.futures]
version = "0.3.32"
features = ["executor"]

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
]
default-features = false