//! Import helpers for Molto2 programming: otpauth:// URI parsing and
//! (with the `bulk` feature) Aegis / 2FAS plaintext JSON parsers.
//! The `encrypted` feature additionally pulls in scrypt + AES-GCM for
//! decrypting password-protected Aegis vaults.
pub use ;
pub use ;
/// Google Authenticator `otpauth-migration://` export parsing. Lives under
/// the `bulk` feature because its output is `BulkEntry` batches; the
/// protobuf wire reader is vendored (~60 lines), no new dependencies.