yamime 0.1.0

Complete Rust port of Go's mime package with async-first design
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[dependencies.base64]
version = "0.21"

[dependencies.bytes]
version = "1.5"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.once_cell]
version = "1.19"

[dependencies.pin-project]
version = "1.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["io-util", "fs", "rt", "macros"]
version = "1.35"

[dependencies.tokio-util]
features = ["io"]
version = "0.7"

[dependencies.uuid]
features = ["v4"]
version = "1.6"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5"

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

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["Hao Chang"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "email", "encoding", "parsing", "web-programming"]
description = "Complete Rust port of Go's mime package with async-first design"
edition = "2021"
keywords = ["mime", "multipart", "email", "http", "async"]
license = "MIT OR Apache-2.0"
name = "yamime"
readme = "README.md"
repository = "https://github.com/async-php/yamime"
rust-version = "1.70"
version = "0.1.0"

[target."cfg(windows)".dependencies.winreg]
version = "0.52"

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