confium-coordinator 0.10.2

Distributed threshold signing coordinator: session orchestration, rate limiting, policy, metrics
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-coordinator"
version = "0.10.2"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed threshold signing coordinator: session orchestration, rate limiting, policy, metrics"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-coordinator"
readme = "README.md"
keywords = [
    "crypto",
    "threshold",
    "coordinator",
    "confium",
]
categories = [
    "cryptography",
    "authentication",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"

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

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

[dependencies.confium-net]
version = "0.10.2"

[dependencies.getrandom]
version = "0.4"
features = ["sys_rng"]

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13"

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

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"