# 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 = "hi-hyper-multipart" version = "0.0.2" description = "Multipart builder for hyper." license = "MIT" repository = "https://github.com/hikit-io/hikit-rs" [dependencies.bytes] version = "1.2.1" [dependencies.futures-core] version = "0.3.24" [dependencies.futures-util] version = "0.3.24" [dependencies.http] version = "0.2.8" [dependencies.hyper] version = "0.14.20" features = [ "stream", "tcp", ] [dependencies.mime_guess] version = "2.0.4" [dependencies.percent-encoding] version = "2.2.0" [dependencies.uuid] version = "1.2.1" features = ["v4"] [dev-dependencies.mime] version = "0.3.16" [dev-dependencies.reqwest] version = "0.11.12" [dev-dependencies.tokio] version = "1.21.2" features = ["full"]