# 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 = "2018" name = "mongodb-gridfs" version = "0.2.7" authors = ["Moïse Valvassori "] description = "An implementation of Mongo GridFS" homepage = "https://github.com/djedi23/mongodb-gridfs-rs" readme = "README.md" license = "MIT" repository = "https://github.com/djedi23/mongodb-gridfs-rs" [dependencies.bson] version = "2" [dependencies.futures] version = "0.3" optional = true [dependencies.md-5] version = "0.10" [dependencies.mongodb] version = "2" default-features = false [dependencies.tokio] version = "1" optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.typed-builder] version = "0.18" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.tokio] version = "1" features = [ "fs", "test-util", ] [dev-dependencies.uuid] version = "1" [features] async-std-runtime = [ "mongodb/async-std-runtime", "dep:futures", ] default = [ "mongodb/default", "dep:tokio", "dep:tokio-stream", ] tokio-runtime = [ "mongodb/tokio-runtime", "dep:tokio", "dep:tokio-stream", ]