# 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" rust-version = "1.66.0" name = "typed-session" version = "0.9.0" authors = ["Sebastian Schmidt "] description = "Async typed session middleware" documentation = "https://docs.rs/typed-session" readme = "README.md" keywords = [ "async", "typed", "session", "middleware", ] categories = ["web-programming"] license = "BSD-2-Clause" repository = "https://github.com/ISibboI/typed-session" [dependencies.async-trait] version = "0.1.73" [dependencies.blake3] version = "1.5.0" [dependencies.chrono] version = "0.4.31" features = [ "clock", "std", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.secure-string] version = "0.3.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tracing] version = "0.1.37" [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [features] memory-store = []