//! crane - container registry tool
//!
//! Crane is a tool for interacting with remote container images and registries.
//! It can copy, list, mutate, and inspect container images without a Docker daemon.
//!
//! This tool uses the ToolSpec pattern for declarative installation.
use cratedefine_tool;
define_tool!;