# 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" rust-version = "1.63" name = "actix_session_mongodb" version = "0.1.0" authors = ["Stefan Schindler "] description = "A library for actix-session which implements the SessionStore trait for MongoDB." documentation = "https://docs.rs/actix_session_mongodb" readme = "README.md" keywords = [ "framework", "async", "cookie", "backend", "web", ] categories = [ "web-programming", "web-programming::http-server", ] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/dns2utf8/actix_session_mongodb" [dependencies.actix-session] version = "0.9.0" [dependencies.anyhow] version = "1.0.80" [dependencies.bson] version = "2.9.0" features = ["chrono-0_4"] [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.log] version = "0.4.21" [dependencies.mongodb] version = "2.8.1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.time] version = "0.3.34" features = ["serde"] [lints.rust] unsafe_code = "forbid"