# 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.69" name = "rocket-mongo-file-center-download-response" version = "0.7.6" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This crate provides a response struct used for client downloading from the File Center on MongoDB." homepage = "https://magiclen.org/rocket-mongo-file-center-download-response" readme = "README.md" keywords = [ "rocket", "server", "web", "mongodb", "etag", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/magiclen/rocket-mongo-file-center-download-response" [dependencies.mongo-file-center] version = "0.6.2" [dependencies.rocket] version = "0.5" [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.url-escape] version = "0.1" [dev-dependencies.slash-formatter] version = "3.1.2" [dev-dependencies.validators] version = "0.25" features = [ "derive", "base64_url", "rocket", ] default-features = false