confium-attributes 0.10.2

Attribute-based threshold party selection with predicate DSL for Confium
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-attributes"
version = "0.10.2"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attribute-based threshold party selection with predicate DSL for Confium"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-attributes"
readme = "README.md"
keywords = [
    "crypto",
    "attributes",
    "predicates",
    "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_attributes"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.thiserror]
version = "2"