pub const VERSION: &str = "0.1.0";Expand description
Semantic version of this crate, resolved at compile time from
Cargo.toml. Used by downstream tools (notably hyperdb-mcp) to
surface the library version in their own status output without
duplicating the version string.