clap 4.6.1 is the umbrella re-export crate for the clap argument-parser ecosystem; it re-exports clap_builder wholesale and optionally re-exports clap_derive macros. The crate enforces #![forbid(unsafe_code)], contains no independent logic, no I/O, no build scripts, and no compiled binary assets. No findings were recorded.