Expand description
Cargo’s .crates.toml
manifest.
This manifest is used by Cargo to record which crates were installed by cargo-install
and by
other Cargo (first and third party) tooling to act upon these crates (e.g. upgrade them, list
them, etc).
Binstall writes to this manifest when installing a crate, for interoperability with the Cargo ecosystem.