/// Return the application version.
////// This should be in sync with uv's version based on the Crate version.
pubfnversion()->&'staticstr{env!("CARGO_PKG_VERSION")}#[cfg(test)]modtests{usesuper::*;#[test]fntest_get_version(){assert_eq!(version().to_string(),env!("CARGO_PKG_VERSION").to_string());}}