[dependencies.async-session]
version = "2.0.0"
[dependencies.async-trait]
version = "0.1.36"
[dependencies.mongodb]
default-features = false
features = ["async-std-runtime"]
version = "1.1.0-beta"
[dependencies.serde_json]
version = "1.0.56"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.6.2"
[features]
[package]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>", "Irina Shestak <shestak.irina@gmail.com>"]
categories = []
description = "An async-session implementation for MongoDB"
documentation = "https://docs.rs/async-mongodb-session"
edition = "2018"
keywords = []
license = "MIT OR Apache-2.0"
name = "async-mongodb-session"
readme = "README.md"
repository = "https://github.com/yoshuawuyts/async-mongodb-session"
version = "1.0.0"