[[bench]]
harness = false
name = "benchmark"
[dependencies.anyhow]
version = "1.0.69"
[dependencies.binstring]
version = "0.1.1"
[dependencies.ciborium]
optional = true
version = "0.2.0"
[dependencies.coarsetime]
version = "0.1.23"
[dependencies.ct-codecs]
version = "1.1.1"
[dependencies.ed25519-compact]
features = ["pem"]
version = "2.0.4"
[dependencies.hmac-sha1-compact]
version = "1.1.3"
[dependencies.hmac-sha256]
features = ["traits010"]
version = "1.1.6"
[dependencies.hmac-sha512]
features = ["traits010", "sha384"]
version = "1.1.4"
[dependencies.k256]
features = ["ecdsa", "std", "pkcs8", "pem"]
version = "0.12.0"
[dependencies.p256]
features = ["ecdsa", "std", "pkcs8", "pem"]
version = "0.12.0"
[dependencies.p384]
features = ["ecdsa", "std", "pkcs8", "pem"]
version = "0.12.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rsa]
version = "0.7.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.152"
[dependencies.serde_json]
version = "1.0.93"
[dependencies.spki]
version = "0.6.0"
[dependencies.thiserror]
version = "1.0.38"
[dependencies.zeroize]
version = "1.5.7"
[dev-dependencies.benchmark-simple]
version = "0.1.7"
[features]
cwt = ["ciborium"]
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["wasm", "api-bindings", "web-programming", "cryptography"]
description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust."
edition = "2018"
homepage = "https://github.com/jedisct1/rust-jwt-simple"
keywords = ["jwt", "jws", "authentication", "tokens", "json"]
license = "ISC"
name = "jwt-simple"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-jwt-simple"
version = "0.11.4"
[profile.bench]
codegen-units = 1
[profile.release]
codegen-units = 1
incremental = false
lto = "fat"
panic = "abort"