# 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-sqlx-store-chrono" version = "0.14.1" authors = [ "Karuna Murti ", "Max Countryman ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SQLx session stores for `tower-sessions` but using `chrono` instead of `time`." homepage = "https://github.com/karuna/tower-sessions-sqlx-store-chrono" documentation = "https://docs.rs/tower-sessions-sqlx-store-chrono" readme = "README.md" keywords = [ "axum", "sessions", "cookie", "tower", "sqlx", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/karuna/tower-sessions-sqlx-store-chrono" [lib] name = "tower_sessions_sqlx_store_chrono" path = "src/lib.rs" [[example]] name = "mysql" path = "examples/mysql.rs" required-features = ["mysql"] [[example]] name = "postgres" path = "examples/postgres.rs" required-features = ["postgres"] [[example]] name = "sqlite" path = "examples/sqlite.rs" required-features = ["sqlite"] [dependencies.async-trait] version = "0.1.77" [dependencies.chrono] version = "0.4" [dependencies.rmp-serde] version = "1.1.2" [dependencies.sqlx] version = "0.8.2" features = [ "runtime-tokio", "chrono", ] [dependencies.thiserror] version = "1.0.56" [dependencies.time] version = "0.3" [dependencies.tower-sessions-core] version = "0.13" features = ["deletion-task"] [dev-dependencies.axum] version = "0.7.1" [dev-dependencies.serde] version = "1" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tower-sessions] version = "0.13" [features] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]