# 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-dynamodb-store" version = "0.2.0" authors = ["Kirk Peterson "] description = "AWS DynamoDB session store. Not for direct use; see the `tower-sessions` crate for details." homepage = "https://github.com/necrobious/tower-sessions-dynamodb-store" readme = "README.md" keywords = [ "session", "sessions", "cookie", "tower", "dynamodb", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/necrobious/tower-sessions-dynamodb-store" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "counter" [dependencies.async-trait] version = "0.1" [dependencies.aws-config] version = "1.2" [dependencies.aws-sdk-dynamodb] version = "1.22" [dependencies.rmp-serde] version = "1.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["serde"] [dependencies.tower-sessions] version = "0.12" [dependencies.tracing] version = "0.1.40" [dev-dependencies.axum] version = "0.7" [dev-dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tower] version = "0.4" features = ["timeout"] [dev-dependencies.tower-cookies] version = "0.10.0" [dev-dependencies.tower-sessions-core] version = "0.12" features = ["deletion-task"]