dpp-vc 0.14.0

W3C Verifiable Credentials, did:web documents and status lists for Odal Node
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 = "2024"
rust-version = "1.96"
name = "dpp-vc"
version = "0.14.0"
authors = ["Odal Node <dev@odal-node.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "W3C Verifiable Credentials, did:web documents and status lists for Odal Node"
homepage = "https://odal-node.io"
readme = "README.md"
keywords = [
    "credentials",
    "did",
    "did-web",
    "json-ld",
    "status-list",
]
categories = [
    "cryptography",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/odal-node/dpp-core"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.23"

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

[dependencies.dpp-crypto]
version = "0.14.0"

[dependencies.dpp-domain]
version = "0.14.0"

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

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

[dependencies.serde_jcs]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]