pub const VERSION: &str = "1.0.0";
Semantic version of this crate, as declared in Cargo.toml.
Cargo.toml
// VERSION mirrors Cargo.toml exactly, with no parsing. assert_eq!(pack_io::VERSION, env!("CARGO_PKG_VERSION"));