//! # locket
//!
//! `locket` is a secret management agent and helper library designed to orchestrate
//! secrets for dependent applications. It creates a bridge between secret providers
//! and applications by injecting secrets into configuration files or environment variables.
//!
//! ## Feature Flags
//!
//! * `op`: Enables the 1Password Service Account provider.
//! * `connect`: Enables the 1Password Connect provider.
//! * `bws`: Enables the Bitwarden Secrets Manager provider.
//! * `compose`: Enables Docker CLI Plugin for use as a Docker Compose Provider service
//! * `exec`: Enables the `exec` command for process environment injection into a child process
//! * `volume`: Enables the `volume` command for use as a Docker volume driver.