# 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-sled-store" version = "0.1.0" description = "Sled session store. Not for direct use; see the `tower-sessions` crate for details." readme = "readme.md" license = "MIT" [[example]] name = "counter" required-features = ["tower-sessions/axum-core"] [dependencies.async-trait] version = "0.1.77" [dependencies.rmp-serde] version = "1.1.2" [dependencies.sled] version = "0.34.7" [dependencies.tokio] version = "1.36.0" features = ["rt"] [dependencies.tower-sessions] version = "0.10.4" default-features = false [dev-dependencies.axum] version = "0.7.2" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.time] version = "0.3.30" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tower-sessions] version = "0.10.4" features = ["axum-core"]