# 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-no-nbf-fork" version = "0.12.9" authors = ["Adam Horn "] description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust." homepage = "https://github.com/hornadam8/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/hornadam8/rust-jwt-simple" [profile.bench] codegen-units = 1 [profile.release] codegen-units = 1 panic = "abort" incremental = false [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.binstring] version = "0.1.1" [dependencies.blake2b_simd] version = "1.0.2" [dependencies.ciborium] version = "0.2.1" optional = true [dependencies.coarsetime] version = "0.1.33" [dependencies.ct-codecs] version = "1.1.1" [dependencies.ed25519-compact] version = "2.0.6" 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.2" 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.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.51" [dependencies.zeroize] version = "1.7.0" [dev-dependencies.benchmark-simple] version = "0.1.8" [features] cwt = ["ciborium"] default = ["optimal"] optimal = ["boring"] pure-rust = ["superboring"] [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.2.0" optional = true [target."cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))".dependencies.superboring] version = "0.1.2" optional = true