# 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-postgres-store" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tower-sessions store backed by tokio-postgres" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "tower_sessions_postgres_store" path = "src/lib.rs" [[example]] name = "counter" path = "examples/counter.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.deadpool-postgres] version = "0.14.0" [dependencies.rmp-serde] version = "1.3.0" [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" [dependencies.tokio-postgres] version = "0.7.12" features = ["with-time-0_3"] [dependencies.tower-sessions-core] version = "0.13.0" features = ["deletion-task"] [dev-dependencies.axum] version = "0.7" [dev-dependencies.http] version = "1.0" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.time] version = "0.3.30" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4.13" features = ["full"] [dev-dependencies.tower-cookies] version = "0.10.0" [dev-dependencies.tower-sessions] version = "0.13.0"