pdk-jwt-lib 1.7.0

PDK JWT Library
Documentation
# 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"
rust-version = "1.88.0"
name = "pdk-jwt-lib"
version = "1.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDK JWT Library"
readme = "README.md"
keywords = [
    "pdk",
    "jwt",
    "wasm",
]
categories = ["wasm"]
license-file = "LICENSE.txt"
resolver = "2"

[lib]
name = "pdk_jwt_lib"
crate-type = ["rlib"]
path = "src/lib.rs"
doctest = false

[dependencies.base64]
version = "0.13.0"
features = ["alloc"]
default-features = false

[dependencies.cfg-if]
version = "1.0"

[dependencies.chrono]
version = "0.4.35"
features = ["serde"]

[dependencies.elliptic-curve]
version = "0.13.8"
features = [
    "jwk",
    "pkcs8",
    "pem",
]

[dependencies.jwt-compact]
version = "0.8.0"
features = ["rsa"]

[dependencies.jwt-simple]
version = "0.11.9"

[dependencies.p256]
version = "0.13.2"
features = ["jwk"]

[dependencies.p384]
version = "0.13.1"
features = ["jwk"]

[dependencies.pdk_core]
version = "1.7.0"
package = "pdk-core"

[dependencies.pdk_script]
version = "1.7.0"
package = "pdk-script"

[dependencies.pem]
version = "3.0.2"

[dependencies.rsa]
version = "0.9.2"
features = ["serde"]
default-features = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.mockall]
version = "0.11.0"

[dev-dependencies.test-case]
version = "2.0.0"

[target."cfg(fips)".dependencies.const-hex]
version = "1.11"

[target."cfg(fips)".dependencies.p521]
version = "0.13.1"

[target."cfg(fips)".dependencies.proxy-wasm]
version = "0.2.4"

[target."cfg(fips)".dev-dependencies.faux]
version = "0.1"

[target."cfg(not(fips))".dependencies.hmac-sha256]
version = "1.1"
features = ["traits010"]

[target."cfg(not(fips))".dependencies.hmac-sha512]
version = "1.1"
features = ["sha384"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fips)"]