# 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 = "jwt-claims" version = "1.0.2" authors = ["Andeya Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4." documentation = "https://docs.rs/jwt-claims" readme = "README.md" keywords = [ "jwt", "api", "token", "claims", ] license = "MIT" repository = "https://github.com/andeya/jwt-claims" [lib] name = "jwt_claims" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.salvo] version = ">=0.74" features = ["oapi"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.11" features = ["chrono_0_4"] [dependencies.subtle] version = "2.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = [] salvo = ["dep:salvo"]