async fn read_crate_version(manifest_path: Option<&Path>) -> Result<String>
Read [package].version from the Cargo.toml at manifest_path (defaults to Cargo.toml in the current directory).
[package].version
manifest_path
Cargo.toml