代码拉取完成,页面将自动刷新
[package]
name = "jwt-simple"
version = "0.11.1"
description = "Easy to use, secure, non opinionated JWT (JSON Web Tokens) implementation for Rust."
authors = ["Frank Denis <github@pureftpd.org>"]
edition = "2018"
license = "ISC"
repository = "https://github.com/jedisct1/rust-jwt-simple"
homepage = "https://github.com/jedisct1/rust-jwt-simple"
categories = ["wasm", "api-bindings", "web-programming", "cryptography"]
keywords = ["jwt", "jws", "authentication", "tokens", "json"]
readme = "README.md"
[dependencies]
anyhow = "1.0.65"
binstring = "0.1.1"
ciborium = { version = "0.2.0", optional = true }
coarsetime = "0.1.22"
ct-codecs = "1.1.1"
ed25519-compact = { version = "2.0.1", features = ["pem"] }
hmac-sha1-compact = "1.1.1"
hmac-sha256 = { version = "1.1.4", features = ["traits010"] }
hmac-sha512 = { version = "1.1.2", features = ["traits010", "sha384"] }
k256 = { version = "0.11.6", features = ["ecdsa", "std", "pkcs8", "pem"] }
p256 = { version = "0.11.1", features = ["ecdsa", "std", "pkcs8", "pem"] }
p384 = { version = "0.11.2", features = ["ecdsa", "std", "pkcs8", "pem"] }
rand = "0.8.5"
rsa = "0.6.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
spki05 = { package = "spki", version = "0.5.4" } # Use an old version, required by the rsa crate, but that crate doesn't reexport it
thiserror = "1.0.37"
zeroize = "1.5.7"
[dev-dependencies]
benchmark-simple = "0.1.7"
[features]
cwt = ["ciborium"]
[[bench]]
name = "benchmark"
harness = false
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"
lto = "fat"
[profile.bench]
codegen-units = 1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。