41 releases

new 0.15.22 Feb 15, 2025
0.15.19 Jan 19, 2025
0.15.15 Dec 28, 2024
0.15.12 Nov 29, 2024
0.1.0 Nov 22, 2022

#481 in Parser implementations

Download history 2986/week @ 2024-10-27 2732/week @ 2024-11-03 1891/week @ 2024-11-10 2994/week @ 2024-11-17 5952/week @ 2024-11-24 5870/week @ 2024-12-01 5748/week @ 2024-12-08 4319/week @ 2024-12-15 3577/week @ 2024-12-22 3705/week @ 2024-12-29 4231/week @ 2025-01-05 3902/week @ 2025-01-12 4018/week @ 2025-01-19 3475/week @ 2025-01-26 4967/week @ 2025-02-02 3965/week @ 2025-02-09

16,909 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
~245K SLoC