17 releases (breaking)

new 0.14.0 Jul 26, 2024
0.13.0 Feb 12, 2024
0.12.0 Feb 3, 2024
0.11.0 Nov 11, 2023
0.1.0 Nov 22, 2022

#475 in Parser implementations

Download history 1074/week @ 2024-04-05 1916/week @ 2024-04-12 1611/week @ 2024-04-19 1844/week @ 2024-04-26 1779/week @ 2024-05-03 1814/week @ 2024-05-10 2080/week @ 2024-05-17 1591/week @ 2024-05-24 2024/week @ 2024-05-31 2103/week @ 2024-06-07 1821/week @ 2024-06-14 1610/week @ 2024-06-21 1691/week @ 2024-06-28 1451/week @ 2024-07-05 1509/week @ 2024-07-12 1302/week @ 2024-07-19

6,137 downloads per month
Used in cargo-binstall

Apache-2.0 OR MIT

58KB
1.5K SLoC

Manifest formats and utilities.

There are three types of manifests Binstall may deal with:

  • manifests that define how to fetch and install a package ([Cargo.toml's [metadata.binstall]][cargo_toml_binstall]);
  • manifests that record which packages are installed ([Cargo's .crates.toml][cargo_crates_v1] and [Binstall's .crates-v1.json][binstall_crates_v1]);
  • manifests that specify which packages to install (currently none).

Dependencies

~5–15MB
~226K SLoC