ockam_abac 0.2.0

Abac is responsible for performing attribute based authorization control on messages within an Ockam worker system
[dependencies.ockam_core]
default-features = false
version = "^0.62.0"

[dependencies.ockam_identity]
default_features = false
version = "^0.56.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[features]
alloc = ["ockam_core/alloc", "ockam_identity/alloc"]
default = ["std"]
no_std = ["ockam_core/no_std", "ockam_identity/no_std"]
std = ["ockam_core/std", "ockam_identity/std"]

[package]
authors = ["Ockam Developers"]
categories = ["cryptography", "authorization"]
description = "Abac is responsible for performing attribute based\nauthorization control on messages within an Ockam worker system"
edition = "2021"
homepage = "https://github.com/build-trust/ockam"
keywords = ["ockam", "crypto", "encryption", "authorization"]
license = "Apache-2.0"
name = "ockam_abac"
publish = true
readme = "README.md"
repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_abac"
resolver = "2"
rust-version = "1.56.0"
version = "0.2.0"