# 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-messages" version = "0.7.0" authors = ["Max Countryman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🛎️ One-time notification messages for Axum." homepage = "https://github.com/maxcountryman/axum-messages" readme = "README.md" keywords = [ "axum", "flash", "message", "messages", "notification", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/maxcountryman/axum-messages" [lib] name = "axum_messages" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.axum-core] version = "0.4.3" [dependencies.http] version = "1.0.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tower] version = "0.4" [dependencies.tower-sessions-core] version = "0.13.0" [dependencies.tracing] version = "0.1.40" features = ["log"] [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" [dev-dependencies.tower-sessions] version = "0.13.0"