shared_mongodb 0.1.7

Handy functions to share a mongodb client within a process
Documentation
[dependencies.mongodb]
default-features = false
features = ["async-std-runtime"]
version = "2.2.1"

[dependencies.tokio]
version = "1.29.1"
[dev-dependencies.actix-rt]
version = "1.0"

[dev-dependencies.actix-web]
version = "3"

[package]
authors = ["Shigeo NAKAMURA <nakamura_shigeo@yahoo.com>"]
categories = ["web-programming"]
description = "Handy functions to share a mongodb client within a process"
documentation = "https://docs.rs/shared_mongodb/"
edition = "2021"
homepage = "https://crates.io/crates/shared_mongodb"
keywords = ["mongodb", "actix"]
license = "Apache-2.0"
name = "shared_mongodb"
readme = "README.md"
repository = "https://github.com/shigeo-nakamura/shared_mongodb"
version = "0.1.7"