16 releases (breaking)

0.13.0 Feb 12, 2024
0.11.0 Nov 11, 2023
0.8.0 Jul 19, 2023
0.4.1 Mar 22, 2023
0.1.0 Nov 22, 2022

#726 in Parser implementations

Download history 954/week @ 2024-01-26 1112/week @ 2024-02-02 954/week @ 2024-02-09 1017/week @ 2024-02-16 1145/week @ 2024-02-23 1034/week @ 2024-03-01 1154/week @ 2024-03-08 1069/week @ 2024-03-15 1474/week @ 2024-03-22 994/week @ 2024-03-29 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 1532/week @ 2024-05-10

7,100 downloads per month
Used in cargo-binstall

Apache-2.0 OR MIT

56KB
1K 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

~6–16MB
~243K SLoC