#cargo #metadata #toml #serde #manifest

cargo-manifest

Helper crate to parse and manipulate manifests - Cargo.toml files

17 releases (6 breaking)

0.7.1 Dec 15, 2022
0.6.0 Dec 10, 2022
0.4.0 Sep 23, 2022
0.2.8 Jul 1, 2022
0.2.1 Nov 29, 2020

#101 in Parser implementations

Download history 6819/week @ 2022-11-30 5870/week @ 2022-12-07 4720/week @ 2022-12-14 4653/week @ 2022-12-21 3503/week @ 2022-12-28 4610/week @ 2023-01-04 5539/week @ 2023-01-11 5586/week @ 2023-01-18 6329/week @ 2023-01-25 7045/week @ 2023-02-01 7775/week @ 2023-02-08 8090/week @ 2023-02-15 7400/week @ 2023-02-22 7774/week @ 2023-03-01 8612/week @ 2023-03-08 7180/week @ 2023-03-15

32,423 downloads per month
Used in 112 crates (8 directly)

Apache-2.0 OR MIT

35KB
726 lines

cargo-manifest

This is a fork of cargo_toml to fix some issues for cargo-chef in a timely manner. Planning to expand on it over time.


lib.rs:

This crate defines structs that can be deserialized with Serde to load and inspect Cargo.toml metadata.

See Manifest::from_slice.

Dependencies

~1.3–2MB
~44K SLoC