# 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 = "warp-sessions" version = "1.0.19" authors = ["ajp <8890201+ajpauwels@users.noreply.github.com>"] description = "Generic session middleware for the warp HTTP framework" readme = "README.md" license = "MIT" repository = "https://github.com/ajpauwels/warp-sessions.git" [dependencies.async-session] version = "3.0.0" [dependencies.async-trait] version = "0.1.68" [dependencies.http] version = "0.2.9" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ] [dependencies.warp] version = "0.3.3"