# 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 = "actix-session-sqlx-postgres" version = "0.3.0" authors = [ "Christopher Kolstad ", "Simon Hornby ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Actix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait" readme = "README.md" license = "Apache-2.0" [lib] name = "actix_session_sqlx_postgres" path = "src/lib.rs" [[test]] name = "session_store" path = "tests/session_store.rs" [[test]] name = "test_helpers" path = "tests/test_helpers.rs" [dependencies.actix-session] version = "0.10.1" [dependencies.anyhow] version = "1.0.89" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sqlx] version = "0.8.2" features = [ "json", "chrono", "runtime-tokio", "time", "postgres", ] [dependencies.time] version = "0.3.36" [dev-dependencies.actix-session] version = "0.10.1" [dev-dependencies.actix-test] version = "0.1.5" [dev-dependencies.actix-web] version = "4" features = [ "cookies", "secure-cookies", "macros", ] default_features = false [dev-dependencies.testcontainers] version = "0.22.0"