# 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" name = "temp-mongo" version = "0.1.3" publish = ["crates-io"] description = "temporary mongo instance meant for unit tests" readme = "README.md" keywords = [ "mongo", "database", "test", "temporary", "isolated", ] categories = [ "development-tools::testing", "database", "virtualization", ] license = "MIT" repository = "https://github.com/rocsys/temp-mongo" [dependencies.mongodb] version = "2.7.1" features = ["serde_bytes"] default-features = false [dependencies.tempfile] version = "3.8.1" [dev-dependencies.assert2] version = "0.3.11" [dev-dependencies.async-std] version = "1.12.0" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", ] [features] async-std-runtime = ["mongodb/async-std-runtime"] default = ["tokio-runtime"] tokio-runtime = ["mongodb/tokio-runtime"]