# 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 = "async-mongodb-session" version = "3.0.0" authors = ["Yoshua Wuyts ", "Irina Shestak ", "Anton Whalley ", "Javier Viola ", "Aaron Erhardt "] description = "An async-session implementation for MongoDB" documentation = "https://docs.rs/async-mongodb-session" readme = "README.md" keywords = ["tide", "web", "async", "session", "mongodb"] categories = ["network-programming", "asynchronous", "web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/async-mongodb-session" resolver = "2" [dependencies.async-session] version = "3" [dependencies.mongodb] version = "2.3" features = ["bson-chrono-0_4"] default-features = false package = "mongodb" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.20" features = ["rt"] [features] async-std-runtime = ["mongodb/async-std-runtime"] default = ["async-std-runtime"] tokio-runtime = ["mongodb/tokio-runtime"]