JSON formatted application build details provided by the Cargo.toml file.
Add the following to your Cargo.toml file (Edit the version if needed.):
build = "*"
Methods
build_as_json() -> String
Returns a JSON response formatted to the 1.1 specification that is in a String format for transit.
``` extern crate build;
fn main(){
let details = build::buildasjson();
println!("{}", details);
}
To see it in action run (I pipe to `jq` to make it pretty!):
cargo run | jq
```
try!
and alternate response structures when some cannot be obtained.env
request types to Cargo.toml files offer.