# 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 = "tower-sessions-firestore-store" version = "0.2.1" authors = ["Brint E. Kriebel, At the Tavern "] description = "tower-sessions store using Cloud Firestore" homepage = "https://github.com/AtTheTavern/tower-sessions-firestore-store" documentation = "https://docs.rs/tower-sessions-firestore-store" readme = "README.md" keywords = [ "axum", "sessions", "tower", "firestore", "google-cloud", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/AtTheTavern/tower-sessions-firestore-store" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.firestore] version = "0.39" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tower-sessions-core] version = "0.10" [dependencies.uuid] version = "1.7.0" [dev-dependencies.axum] version = "0.7" [dev-dependencies.time] version = "0.3" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tower-sessions] version = "0.10"