darkbio-trust 0.5.1

Dark Bio ecosystem roots of trust
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.88"
name = "darkbio-trust"
version = "0.5.1"
authors = ["Péter Szilágyi <peter@dark.bio>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dark Bio ecosystem roots of trust"
documentation = "https://docs.rs/darkbio-trust"
readme = "README.md"
keywords = [
    "ark",
    "dark-bio",
    "attestation",
    "cwt",
]
categories = [
    "cryptography",
    "authentication",
]
license = "BSD-3-Clause"
repository = "https://github.com/dark-bio/trust-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
develop = []
release = []
staging = []

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

[dependencies.darkbio-crypto]
version = "0.18.2"
features = [
    "cwt",
    "rsa",
]

[dependencies.hex]
version = "0.4"

[dependencies.thiserror]
version = "2.0"