# 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-next" version = "0.17.0" authors = ["Michael Yang "] description = "JSON Web Token library" homepage = "http://github.com/scuffletv/rust-jwt" documentation = "https://docs.rs/jwt-next" readme = "README.md" keywords = [ "JWT", "token", "web", ] license = "MIT" repository = "http://github.com/scuffletv/rust-jwt" [dependencies.base64] version = "0.21" [dependencies.crypto-common] version = "0.1" [dependencies.digest] version = "0.10" features = ["oid"] [dependencies.ecdsa] version = "0.16" features = [ "verifying", "signing", ] [dependencies.hmac] version = "0.12" features = ["reset"] [dependencies.openssl] version = "0.10" optional = true [dependencies.p256] version = "0.13" features = ["pem"] [dependencies.p384] version = "0.13" features = ["pem"] [dependencies.pem] version = "3.0" [dependencies.rsa] version = "0.9" features = ["sha2"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.signature] version = "2.2" features = ["digest"] [dev-dependencies.doc-comment] version = "0.3" [features] default = [] openssl = ["dep:openssl"] openssl-vendored = [ "openssl", "openssl/vendored", ]