How do you access a Cargo package\'s metadata (e.g. version) from the Rust code in the package? In my case, I am building a command line tool that I\'d like to have a standa
The built-crate helps with serializing a lot of Cargo's environment without all the boilerplate.