# 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 = "jsonwebtokens" version = "1.2.0" authors = ["Robert Bragg "] description = "A Json Web Token implementation for Rust" homepage = "https://github.com/rib/jsonwebtokens" documentation = "https://docs.rs/jsonwebtokens" readme = "README.md" keywords = [ "jwt", "json", "web", "token", "api", ] license = "MIT" repository = "https://github.com/rib/jsonwebtokens" [dependencies.base64] version = "0.20" [dependencies.pem] version = "1.1" [dependencies.regex] version = "1" optional = true [dependencies.ring] version = "0.16" features = ["std"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simple_asn1] version = "0.6" [dev-dependencies.tokio-test] version = "0.4" [features] default = ["matching"] matching = ["regex"]