This PR cleans up several Cargo.toml files. This is generally good because uniformity is good. It also facilitates the release process, by making search and replace work better. There are two primary changes.
always use default-features rather than default_features
remove a few instances of two consecutive spaces between keys
remove a few instances of unnecessary package aliasing
This PR cleans up several
Cargo.toml
files. This is generally good because uniformity is good. It also facilitates the release process, by making search and replace work better. There are two primary changes.default-features
rather thandefault_features