Created by: MF1-MS
This MR allows package version to be specified in Rust in the generate argument list, with the argument -DpackageVersion=<package_version>
. If this argument is present then the version in the resulting Cargo.toml file will be the passed value. If this argument is not present then the version in the OpenAPI definition file will be used, as per current behavior.