Registry / auth / ucan
library0.4.0rscratesunverified

Implement UCAN-based authorization with conciseness and ease, enabling decentralized capabilities.

# Cargo.toml [dependencies] ucan = "0.4.0"
INSTALL
IMPORT
SIG · UCAN
U
ucan
authrustv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ucan
use ucan::Ucan;

Creates a basic UCAN token with issuer, audience, and capabilities.

use ucan::Ucan; fn main() { let ucan = Ucan::new("issuer", "audience", vec!["capability"]); println!("UCAN created: {:?}", ucan); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
ucan — cargo add ucan · libregistry