# 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 = "shared_mongodb" version = "0.1.7" authors = ["Shigeo NAKAMURA "] description = "Handy functions to share a mongodb client within a process" homepage = "https://crates.io/crates/shared_mongodb" documentation = "https://docs.rs/shared_mongodb/" readme = "README.md" keywords = [ "mongodb", "actix", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/shigeo-nakamura/shared_mongodb" [dependencies.mongodb] version = "2.2.1" features = ["async-std-runtime"] default-features = false [dependencies.tokio] version = "1.29.1" [dev-dependencies.actix-rt] version = "1.0" [dev-dependencies.actix-web] version = "3"