# 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_jwt_ware" version = "0.1.8" authors = ["Eze "] description = "Axum Authentication Library" readme = "readme.md" keywords = [ "auth", "jwt", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ezesundayeze/axum_jwt_ware/" [lib] name = "axum_jwt_ware" path = "src/lib.rs" [dependencies.axum] version = "0.7.1" [dependencies.jsonwebtoken] version = "9" default-features = false [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1" features = ["full"]