# 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-rustcrypto" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for encoding, decoding, and validating JSON Web Tokens (JWTs) implemented using Rust Crypto libraries." homepage = "https://github.com/robjsliwa/jwt-rustcrypto" documentation = "https://docs.rs/jwt-rustcrypto" readme = "README.md" license = "MIT" repository = "https://github.com/robjsliwa/jwt-rustcrypto" [package.metadata.docs.rs] readme = true [lib] name = "jwt_rustcrypto" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[test]] name = "decode_test" path = "tests/decode_test.rs" [[test]] name = "encode_test" path = "tests/encode_test.rs" [dependencies.base64] version = "0.22.1" [dependencies.ecdsa] version = "0.16.9" [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.p256] version = "0.13.2" [dependencies.p384] version = "0.13.0" [dependencies.p521] version = "0.13.3" [dependencies.pem] version = "3.0.4" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.rsa] version = "0.9.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" features = ["oid"] [dependencies.simple_asn1] version = "0.6.2" [dependencies.thiserror] version = "1.0.64" [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2"