bh-sd-jwt 0.5.1

TBTL's library for handling SD-JWT specification.
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 = "2021"
name = "bh-sd-jwt"
version = "0.5.1"
authors = ["TBTL Tech <tech@tbtl.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TBTL's library for handling SD-JWT specification."
readme = "README.md"
keywords = [
    "openid4vc",
    "sd-jwt",
    "tbtl",
]
categories = [
    "authentication",
    "cryptography",
    "encoding",
]
license-file = "COPYING"
repository = "https://github.com/blockhousetech/eudi-rust-core"

[lib]
name = "bh_sd_jwt"
path = "src/lib.rs"

[[example]]
name = "sd_jwt_vc_e2e"
path = "examples/sd_jwt_vc_e2e.rs"

[[example]]
name = "simple-example"
path = "examples/simple-example.rs"

[dependencies.base64]
version = "0.21.7"

[dependencies.bh-jws-utils]
version = "0.6"

[dependencies.bh-status-list]
version = "0.3"

[dependencies.bh-uri-utils]
version = "0.1"

[dependencies.bherror]
version = "0.1"

[dependencies.bhx5chain]
version = "0.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.1.0"

[dependencies.iref]
version = "3.1.3"
features = ["serde"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.openssl]
version = "0.10"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.reqwest]
version = "0.12.5"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.111"
features = ["preserve_order"]

[dependencies.serde_json_path]
version = "0.7.2"

[dependencies.strum_macros]
version = "0.27"

[dependencies.tracing]
version = "0.1"

[dependencies.yoke]
version = "0.7.4"
features = ["derive"]

[dev-dependencies.bhx5chain]
version = "0.3"
features = ["test-utils"]

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tokio]
version = "1.37.0"
features = [
    "rt-multi-thread",
    "macros",
]