[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"