# 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] name = "alcoholic_jwt" version = "4091.0.0" authors = ["Vincent Ambo "] description = "Library for validation of RS256 JWTs" homepage = "https://code.tvl.fyi/about/net/alcoholic_jwt" keywords = [ "jwt", "token", "jwks", ] categories = ["authentication"] license = "GPL-3.0-or-later" repository = "https://code.tvl.fyi/depot.git:/net/alcoholic_jwt.git" [dependencies.base64] version = "0.13" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"