# 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 = "hyper-multipart-rfc7578" version = "0.9.0" authors = ["Ferris Tseng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of multipart/form-data (RFC7578) for Hyper" documentation = "https://docs.rs/hyper-multipart-rfc7578" readme = "README.md" keywords = [ "hyper", "multipart", "form", "http", ] categories = [ "asynchronous", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ferristseng/rust-multipart-rfc7578" [lib] name = "hyper_multipart_rfc7578" path = "src/lib.rs" [[example]] name = "hyper-file" path = "examples/hyper-file.rs" [[example]] name = "hyper-webpage" path = "examples/hyper-webpage.rs" [[example]] name = "server" path = "examples/server.rs" [dependencies.bytes] version = "1.1" [dependencies.common-multipart-rfc7578] version = "0.7" [dependencies.futures-core] version = "0.3" [dependencies.http] version = "1.1" [dependencies.hyper] version = "1.4" [dev-dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.hyper] version = "1.4" features = [ "client", "http1", "http2", "server", ] [dev-dependencies.hyper-tls] version = "0.6" [dev-dependencies.hyper-util] version = "0.1.8" features = [ "client", "client-legacy", "http1", "tokio", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [badges.github] repository = "ferristseng/rust-multipart-rfc7578" workflow = "Rust" [badges.maintenance] status = "passively-maintained"