# 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-file-store" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Store sessions for Tower Session store on the file system" documentation = "https://docs.rs/tower-sessions-file-store" readme = "readme.md" keywords = [ "axum", "sessions", "cookie", "tower", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/mousetail/tower-sessions-file-store" [lib] name = "tower_sessions_file_store" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.serde_json] version = "1.0.132" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.41.0" features = ["fs"] [dependencies.tower-sessions-core] version = "0.13.0" features = ["deletion-task"]