confium-keyless 0.5.5

Confium Keyless product facade — OIDC-based keyless threshold signing
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-keyless"
version = "0.5.5"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Confium Keyless product facade — OIDC-based keyless threshold signing"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-keyless"
readme = "README.md"
keywords = [
    "crypto",
    "keyless",
    "oidc",
    "signing",
    "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]
default = [
    "oidc",
    "threshold",
]
full = [
    "oidc",
    "threshold",
    "verify",
]
oidc = ["dep:confium-oidc"]
threshold = ["dep:confium-threshold"]
verify = ["dep:confium-composite"]

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

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

[dependencies.confium-oidc]
version = "0.5.5"
optional = true

[dependencies.confium-threshold]
version = "0.5.5"
optional = true