{"id":75792,"library":"ockam-identity","title":"Ockam Identity","description":"Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.","status":"active","version":"0.134.0","language":"rust","source_language":null,"source_url":"https://github.com/build-trust/ockam","tags":["ockam","identity","security","communication","iot"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nockam_identity = \"0.134.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ockam_identity","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Identity","correct":"use ockam_identity::Identity;"}],"quickstart":{"code":"use ockam_identity::Identity;\n\nfn main() {\n    let identity = Identity::create();\n    println!(\"Identity created: {:?}\", identity);\n}","lang":"rust","description":"Creates a new Ockam identity for secure communication."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires async runtime (e.g., Tokio) for full functionality.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'build':8 'cloud':17 'communic':11,25 'devic':9,21 'ident':2,23 'iot':26 'librari':6 'ockam':1,3,22 'privat':13 'secur':12,24 'servic':18 'trust':15","created_at":"2026-06-17T19:21:10.849327+00:00","updated_at":"2026-06-17T19:21:10.849327+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/build-trust/ockam","github":"https://github.com/build-trust/ockam","docs":"https://docs.rs/ockam_identity/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}