# 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.76" name = "remi-gridfs" version = "0.9.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "๐Ÿปโ€โ„๏ธ๐Ÿงถ Official and maintained remi-rs crate for support of MongoDB GridFS" readme = "README.md" license = "MIT" repository = "https://github.com/Noelware/remi-rs" [package.metadata.docs.rs] all-features = true [lib] name = "remi_gridfs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.bytes] version = "1.7.2" [dependencies.futures-util] version = "0.3.31" [dependencies.log] version = "0.4.22" optional = true [dependencies.mongodb] version = "3.1.0" [dependencies.remi] version = "0.9.1" [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.bollard] version = "0.17.1" [dev-dependencies.testcontainers] version = "0.23.1" [dev-dependencies.tokio] version = "1.40.0" features = [ "rt", "macros", ] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = [] export-crates = [] log = ["dep:log"] serde = ["dep:serde"] tracing = ["dep:tracing"] unstable = ["remi/unstable"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(noeldoc)"]