# 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-token-auth" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple, passwordless authentication middleware for axum" homepage = "https://github.com/strawlab/axum-token-auth" readme = "README.md" keywords = [ "axum", "passwordless", "login", "authentication", "stateless", ] categories = [ "authentication", "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/strawlab/axum-token-auth" [lib] name = "axum_token_auth" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.axum] version = "0.7.2" [dependencies.cookie] version = "0.18" [dependencies.futures-util] version = "0.3.30" [dependencies.http] version = "1.0.0" [dependencies.serde] version = "1.0.103" [dependencies.thiserror] version = "1.0.10" [dependencies.tower-cookies] version = "0.10.0" features = ["signed"] [dependencies.tower-layer] version = "0.3.2" [dependencies.tower-service] version = "0.3.1" [dependencies.tracing] version = "0.1.35" [dependencies.url] version = "2" [dependencies.uuid] version = "1.6" features = [ "v4", "serde", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.cookie] version = "0.18.0" [dev-dependencies.if-addrs] version = "0.13.3" [dev-dependencies.tokio] version = "1.25" features = ["full"] [dev-dependencies.tower] version = "0.5.1"