33 releases

new 0.15.14 Dec 14, 2024
0.15.12 Nov 29, 2024
0.14.0 Jul 26, 2024
0.13.0 Feb 12, 2024
0.1.0 Nov 22, 2022

#523 in Parser implementations

Download history 2793/week @ 2024-08-24 2610/week @ 2024-08-31 6794/week @ 2024-09-07 3260/week @ 2024-09-14 2822/week @ 2024-09-21 2787/week @ 2024-09-28 2857/week @ 2024-10-05 2958/week @ 2024-10-12 2695/week @ 2024-10-19 2958/week @ 2024-10-26 2754/week @ 2024-11-02 2075/week @ 2024-11-09 2164/week @ 2024-11-16 6185/week @ 2024-11-23 5694/week @ 2024-11-30 4910/week @ 2024-12-07

19,191 downloads per month
Used in cargo-binstall

Apache-2.0 OR MIT

59KB
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

~7–17MB
~238K SLoC