pub mod copy;
#[cfg(feature = "backend-git")]
pub mod resolver;
pub use auths_id::keri::cache;
pub use auths_id::keri::parse_did_keri;
pub use auths_id::keri::shared_kel::{
ControllerDescriptor, SharedKelChange, SharedKelError, apply_shared_kel_change,
incept_shared_kel_prepared, resolve_controller_index, rot_add_controller,
rot_remove_controller, rot_swap_controller,
};
pub use auths_id::keri::try_stage_anchor;
pub use auths_id::keri::verify_prefix_binding;
pub use auths_id::storage::keri::KeriGitStorage;
pub use auths_id::storage::registry::backend::AtomicWriteBatch;
pub use auths_id::trailer::parse_trailers;
#[cfg(feature = "backend-git")]
pub use resolver::KelResolverChain;