auths 0.0.1-rc.8

Decentralized identity for developers — cryptographic commit signing with Git-native storage
Documentation
//! # Auths
//!
//! Decentralized identity for developers. Cryptographic commit signing
//! with Git-native storage using KERI-inspired identity principles.
//!
//! ## CLI
//!
//! ```sh
//! cargo install auths-cli
//! ```
//!
//! ## Crate ecosystem
//!
//! | Crate | Purpose |
//! |-------|---------|
//! | [`auths-core`](https://crates.io/crates/auths-core) | Cryptography and keychain integration |
//! | [`auths-id`](https://crates.io/crates/auths-id) | Identity and attestation logic |
//! | [`auths-verifier`](https://crates.io/crates/auths-verifier) | Standalone verification (FFI/WASM) |
//! | [`auths-sdk`](https://crates.io/crates/auths-sdk) | High-level application services |
//! | [`auths-cli`](https://crates.io/crates/auths-cli) | Command-line interface |
//!
//! Re-exports will be added in a future version once all crates are
//! published under their canonical hyphenated names.