# 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 = "axum_session_mongo" version = "0.2.0" authors = ["Andrew Wheeler "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "📝 Mongo Database layer for axum_session." documentation = "https://docs.rs/axum_session_mongo" readme = "README.md" keywords = [ "Axum", "Tower", "Mongo", "Session", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AscendingCreations/AxumSession" [lib] name = "axum_session_mongo" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.axum_session] version = "0.14.0" [dependencies.chrono] version = "0.4.31" features = [ "clock", "serde", ] default-features = false [dependencies.mongodb] version = "3.0.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108"