# 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 = "rust-multipart-rfc7578_2" version = "0.8.0" authors = [ "Joseph Lenton ", "Ferris Tseng ", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of multipart/form-data (RFC7578)" documentation = "https://docs.rs/rust-multipart-rfc7578_2/0.6.1/rust_multipart_rfc7578_2/" readme = "README.md" keywords = [ "multipart", "form", "http", ] categories = [ "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JosephLenton/rust-multipart-rfc7578_2" [lib] name = "rust_multipart_rfc7578_2" path = "src/lib.rs" [dependencies.bytes] version = "1.10" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["io"] default-features = false [dependencies.http] version = "1.3" [dependencies.mime] version = "0.3" [dependencies.rand] version = "0.9" features = [ "os_rng", "small_rng", ] [dependencies.thiserror] version = "2.0" [dev-dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.6" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [badges.github] repository = "JosephLenton/rust-multipart-rfc7578" workflow = "Rust" [badges.maintenance] status = "passively-maintained"