| Crates.io | ockam_abac |
| lib.rs | ockam_abac |
| version | 0.80.0 |
| created_at | 2022-08-04 20:06:12.502671+00 |
| updated_at | 2025-03-20 19:00:26.055956+00 |
| description | Attribute based authorization control |
| homepage | https://github.com/build-trust/ockam |
| repository | https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_abac |
| max_upload_size | |
| id | 638913 |
| size | 243,775 |
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
The ockam_abac crate is responsible for performing attribute based authorization control on messages within an Ockam worker system.
Add this to your Cargo.toml:
[dependencies]
ockam_abac = "0.80.0"
This code is licensed under the terms of the Apache License 2.0.