confium-operator 0.5.4

Kubernetes operator for Confium threshold signing ceremonies
# 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-operator"
version = "0.5.4"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kubernetes operator for Confium threshold signing ceremonies"
homepage = "https://www.confium.org/"
readme = "README.md"
keywords = [
    "crypto",
    "kubernetes",
    "operator",
    "threshold",
    "confium",
]
categories = [
    "cryptography",
    "authentication",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"

[[bin]]
name = "confium-operator"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.confium-tc-cmp20]
version = "0.5.4"

[dependencies.confium-tc-gg18]
version = "0.5.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]