//! Secure, typed, async Rust SDK for OpenBao.
//!
//! This crate is intentionally conservative:
//!
//! - unsafe Rust is forbidden;
//! - tokens are stored as [`secrecy::SecretString`];
//! - HTTPS is required by default;
//! - OpenBao API URLs are assembled with structured URL path segments;
//! - authentication state is represented in the type system.
//!
//! The public API starts small in `0.1.0`: AppRole login, direct token auth,
//! KV v2, system health/seal status, and raw JSON calls for advanced users.
pub use ;
pub use ;
pub use ;