# 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" rust-version = "1.56" name = "rocket-multipart" version = "0.2.1" authors = ["Matthew Pomes "] description = "Provides a `multipart/mixed` Responder implementation" readme = "README.md" keywords = [ "rocket", "web-server", ] license = "MIT" repository = "https://github.com/the10thWiz/rocket-multipart" [dependencies.memchr] version = "2.7.4" [dependencies.rand] version = "0.8.5" optional = true [dependencies.rocket] version = "0.5.1" default-features = false [dependencies.serde] version = "1.0.203" features = ["std"] optional = true default-features = false [dependencies.serde_json] version = "1.0.118" features = ["std"] optional = true default-features = false [dependencies.thiserror] version = "1.0.61" [dependencies.tokio-util] version = "0.7.11" features = [ "codec", "io", ] default-features = false [dev-dependencies.async-stream] version = "0.3.5" [features] default = ["rand"] json = [ "dep:serde_json", "dep:serde", ] rand = ["dep:rand"]