# 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 = "axum-sessions" version = "0.6.1" description = "🥠 Cookie-based sessions for Axum via async-session." homepage = "https://github.com/maxcountryman/axum-sessions" documentation = "https://docs.rs/axum-sessions" readme = "README.md" keywords = [ "axum", "session", "sessions", "cookie", "async-session", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/maxcountryman/axum-sessions" [dependencies.async-session] version = "3.0.0" [dependencies.axum] version = "0.6.0" features = ["headers"] [dependencies.axum-extra] version = "0.7.1" features = ["cookie-signed"] [dependencies.futures] version = "0.3.21" [dependencies.http-body] version = "0.4.5" [dependencies.tokio] version = "1.20.1" features = ["sync"] default-features = false [dependencies.tower] version = "0.4.12" [dependencies.tracing] version = "0.1" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.hyper] version = "0.14.19" [dev-dependencies.rand] version = "0.8.5" features = ["min_const_gen"] [dev-dependencies.serde] version = "1.0.147" [dev-dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", ] default-features = false