# 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 = "jsonwebtoken-rustcrypto" version = "1.2.0" authors = ["Jade Ellis "] description = "Create and decode JWTs in a strongly typed way, using crypto primatives from the RustCrypto proejct." homepage = "https://github.com/JadedBlueEyes/jsonwebtoken" readme = "README.md" keywords = [ "jwt", "web", "api", "token", "jwk", ] license = "MIT" repository = "https://github.com/JadedBlueEyes/jsonwebtoken" [[bench]] name = "jwt" harness = false [dependencies.base64] version = "0.21.0" [dependencies.crypto-mac] version = "0.11.1" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8" features = [ "std_rng", "std", ] default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rsa] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" features = ["oid"] [dependencies.subtle] version = "2.4.1" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.jsonwebtoken] version = "8.3.0" [dev-dependencies.reqwest] version = "0.11.9" features = [ "blocking", "json", ] [badges.maintenance] status = "passively-maintained"