//! Build-time identity constants for `anc` itself.
//!
//! `ANC_VERSION` is the crate version (`CARGO_PKG_VERSION`) and surfaces in the
//! scorecard's `anc.version` so a consumer can identify the `anc` build that
//! produced a scorecard. Generated by `build.rs` into `$OUT_DIR/build_info.rs`.
include!;