# 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-cookies" version = "0.10.0" authors = ["imbolc"] description = "Cookie manager middleware for tower." homepage = "https://github.com/imbolc/tower-cookies" readme = "README.md" keywords = [ "axum", "cookie", "cookies", "tower", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/imbolc/tower-cookies" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "counter" required-features = ["axum-core"] [[example]] name = "hello_world" required-features = ["axum-core"] [[example]] name = "signed_private" required-features = [ "axum-core", "signed", "private", ] [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" optional = true [dependencies.cookie] version = "0.18" features = ["percent-encode"] [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.0" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum] version = "0.7" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1" [dev-dependencies.once_cell] version = "1.9" [dev-dependencies.rusty-hook] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["axum-core"] private = ["cookie/secure"] signed = ["cookie/signed"]