# 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.67" name = "mongo-file-center" version = "0.6.8" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "To store perennial files and temporary files in MongoDB." homepage = "https://magiclen.org/mongo-file-center" readme = "README.md" keywords = [ "mongodb", "storage", "file", ] categories = [ "filesystem", "database", ] license = "MIT" repository = "https://github.com/magiclen/mongo-file-center" [dependencies.bson] version = "2.0.1" [dependencies.educe] version = ">= 0.4.18" features = ["Debug"] default-features = false [dependencies.mime] version = "0.3.16" [dependencies.mime_guess] version = "2" [dependencies.mongodb] version = "2" [dependencies.sha2] version = "0.10" [dependencies.short-crypt] version = "1.0.25" [dependencies.tokio] version = "1" features = [ "fs", "io-util", ] [dependencies.tokio-stream] version = "0.1.7" [dev-dependencies.manifest-dir-macros] version = "0.1" [dev-dependencies.same-content] version = "0.1.7" features = ["tokio"] [dev-dependencies.slash-formatter] version = "3.1.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tokio-util] version = "0.7" features = ["io"]