Registry / auth / ockam-identity

ockam-identity

JSON →
library0.134.0rscratesunverified

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

# Cargo.toml [dependencies] ockam_identity = "0.134.0"
INSTALL
IMPORT
SIG · OCKAM-IDENTITY
O
ockam-identity
authrustv0.134.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.

Identity
use ockam_identity::Identity;

Creates a new Ockam identity for secure communication.

use ockam_identity::Identity; fn main() { let identity = Identity::create(); println!("Identity created: {:?}", identity); }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) for full functionality.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.0.0
Upgrade
Version history
0.134.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources