# 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" rust-version = "1.65.0" name = "min_jwt" version = "0.10.0" authors = ["Bryant Luk "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Minimal JSON Web Token library" documentation = "https://docs.rs/min_jwt" readme = "README.md" keywords = [ "jwt", "jws", "jose", "token", "authentication", ] categories = [ "authentication", "web-programming", "wasm", "cryptography", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluk/min_jwt" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.base64ct] version = "1.5" features = ["alloc"] default-features = false [dependencies.p256] version = "0.13.0" features = ["ecdsa"] optional = true default-features = false [dependencies.ring] version = "0.17.0" optional = true [dependencies.rsa] version = "0.9" optional = true default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.sha2] version = "0.10.6" features = ["oid"] optional = true default-features = false [dependencies.signature] version = "2.0" optional = true default-features = false [dev-dependencies.p256] version = "0.13.0" features = [ "ecdsa", "jwk", "pem", ] default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.rsa] version = "0.9" features = ["pem"] default-features = false [dev-dependencies.signature] version = "2.0" default-features = false [features] alloc = [ "base64ct/alloc", "serde/alloc", "serde_json/alloc", ] default = ["std"] std = [ "base64ct/std", "serde/std", "serde_json/std", ]