# 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-rorm-store" version = "0.3.0" authors = ["Niklas Pfister "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Session Store implementation for rorm" readme = "README.md" license = "MPL-2.0" [package.metadata.docs.rs] features = ["__ci"] [lib] name = "tower_sessions_rorm_store" path = "src/lib.rs" [dependencies.async-trait] version = "~0.1" [dependencies.base64] version = "~0.22" [dependencies.rorm] version = "~0.6" features = ["time"] default-features = false [dependencies.serde_json] version = "~1" [dependencies.thiserror] version = "~1" [dependencies.tower-sessions] version = "~0.13" [dependencies.tracing] version = "~0.1" [dependencies.uuid] version = "~1" [features] __ci = ["rorm/default"]