# 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 = "2018" name = "axum-flash" version = "0.8.0" authors = ["David Pedersen "] description = "Web framework that focuses on ergonomics and modularity" homepage = "https://github.com/davidpdrsn/axum-flash" readme = "README.md" keywords = [ "http", "web", "framework", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/davidpdrsn/axum-flash" [package.metadata.cargo-public-api-crates] allowed = [ "axum_core", "cookie", "http", "serde", ] [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4.0" [dependencies.axum-extra] version = "0.9" features = [ "cookie", "cookie-signed", ] [dependencies.base64] version = "0.21" [dependencies.cookie] version = "0.18" features = [ "signed", "percent-encode", ] [dependencies.http] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dev-dependencies.axum] version = "0.7.0" features = ["macros"] [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.0" [dev-dependencies.tokio] version = "1.20" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tower] version = "0.4"