I tried running cargo new --vcs fossil hello_cargo, and I found that the generated Cargo.toml file has my Git user name and email in the "authors" field, which seems wrong to me. (I assume it must have invoked git config or else looked in the Git config files directly.)
Do you agree that's wrong? How does one report bugs in Rust?