# 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 = "2018" name = "jwt-simple" version = "0.12.10" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust." homepage = "https://github.com/jedisct1/rust-jwt-simple" readme = "README.md" keywords = [ "jwt", "jws", "authentication", "tokens", "json", ] categories = [ "wasm", "api-bindings", "web-programming", "cryptography", ] license = "ISC" repository = "https://github.com/jedisct1/rust-jwt-simple" [profile.bench] codegen-units = 1 [profile.release] codegen-units = 1 panic = "abort" incremental = false [lib] name = "jwt_simple" path = "src/lib.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.anyhow] version = "1.0.86" [dependencies.binstring] version = "0.1.1" [dependencies.blake2b_simd] version = "1.0.2" [dependencies.ciborium] version = "0.2.2" optional = true [dependencies.coarsetime] version = "0.1.34" [dependencies.ct-codecs] version = "1.1.2" [dependencies.ed25519-compact] version = "2.1.1" features = ["pem"] [dependencies.hmac-sha1-compact] version = "1.1.4" [dependencies.hmac-sha256] version = "1.1.7" features = ["traits010"] [dependencies.hmac-sha512] version = "1.1.5" features = [ "traits010", "sha384", ] [dependencies.k256] version = "0.13.3" features = [ "ecdsa", "std", "pkcs8", "pem", ] [dependencies.p256] version = "0.13.2" features = [ "ecdsa", "std", "pkcs8", "pem", ] [dependencies.p384] version = "0.13.0" features = [ "ecdsa", "std", "pkcs8", "pem", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1.0.63" [dependencies.zeroize] version = "1.8.1" [dev-dependencies.benchmark-simple] version = "0.1.9" [features] cwt = ["ciborium"] default = ["optimal"] optimal = ["boring"] pure-rust = ["superboring"] wasi-abi2 = ["coarsetime/wasi-abi2"] [target.'cfg(any(target_arch = "wasm32", target_arch = "wasm64"))'.dependencies.superboring] version = "0.1.2" [target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.boring] version = "4.9.1" optional = true [target.'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))'.dependencies.superboring] version = "0.1.2" optional = true