confium-verify 0.4.7

Confium Verify product facade — multi-language verification of signatures, proofs, certs
# 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.85"
name = "confium-verify"
version = "0.4.7"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Confium Verify product facade — multi-language verification of signatures, proofs, certs"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-verify"
readme = "README.md"
keywords = [
    "crypto",
    "verify",
    "wasm",
    "signature",
    "confium",
]
categories = [
    "authentication",
    "cryptography",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"

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

[features]
attributes = ["dep:confium-attributes"]
composite = ["dep:confium-composite"]
default = [
    "composite",
    "transparency",
    "pki",
]
full = [
    "composite",
    "transparency",
    "pki",
    "attributes",
    "server",
]
pki = ["dep:confium-pki"]
server = ["dep:confium-verify-server"]
transparency = ["dep:confium-transparency"]

[lib]
name = "confium_verify"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.confium-attributes]
version = "0.4.0"
optional = true

[dependencies.confium-composite]
version = "0.4.0"
optional = true

[dependencies.confium-pki]
version = "0.4.0"
optional = true

[dependencies.confium-transparency]
version = "0.4.0"
optional = true

[dependencies.confium-verify-server]
version = "0.4.0"
optional = true