# 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-hyper-multipart" version = "1.1.0" authors = [ "Ferris Tseng ", "Pasha Podolsky ", ] description = "An implementation of multipart/form-data for Hyper" documentation = "https://docs.rs/izihawa-hyper-multipart" readme = "README.md" keywords = [ "hyper", "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.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["stream"] [dependencies.izihawa-common-multipart] version = "1.1.0" [dev-dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dev-dependencies.hyper] version = "0.14" features = [ "client", "http1", "http2", "server", "stream", ] [dev-dependencies.hyper-tls] version = "0.5" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [badges.github] repository = "izihawa/rs-multipart" workflow = "Rust" [badges.maintenance] status = "passively-maintained"