confium-examples 0.3.0

Runnable example binaries demonstrating Confium threshold cryptography
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.85"
name = "confium-examples"
version = "0.3.0"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runnable example binaries demonstrating Confium threshold cryptography"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-examples"
readme = "README.md"
keywords = [
    "crypto",
    "examples",
    "demo",
    "threshold",
    "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",
]

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

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

[dependencies.confium-deployment]
version = "0.3.0"

[dependencies.confium-pkcs11-server]
version = "0.3.0"

[dependencies.confium-store]
version = "0.3.0"

[dependencies.confium-tc]
version = "0.3.0"

[dependencies.confium-tc-frost-p256]
version = "0.3.0"

[dependencies.confium-transparency]
version = "0.3.0"

[dependencies.confium_core]
version = "0.2.0"
package = "confium-core"

[dependencies.elliptic-curve]
version = "0.13"

[dependencies.hex]
version = "0.4"

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "pem",
    "ecdsa",
    "arithmetic",
]

[dependencies.sha2]
version = "0.10"