# 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 = "izihawa-common-multipart" version = "1.1.7" authors = [ "Ferris Tseng ", "Pasha Podolsky ", ] description = "An implementation of multipart/form-data" documentation = "https://docs.rs/izihawa-common-multipart" readme = "README.md" keywords = [ "multipart", "form", "http", ] categories = [ "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/izihawa/rs-multipart" [dependencies.bytes] version = "1.1" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["io"] default-features = false [dependencies.http] version = "0.2" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.thiserror] version = "1.0" [dev-dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dev-dependencies.hyper] version = "0.14" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [badges.github] repository = "izihawa/rs-multipart" workflow = "Rust" [badges.maintenance] status = "passively-maintained"