#cargo-toml #cargo-metadata #cargo #toml #metadata #manifest #serde

cargo-manifest

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

26 releases (13 breaking)

0.14.0 Mar 29, 2024
0.12.1 Oct 14, 2023
0.9.0 May 20, 2023
0.7.1 Dec 15, 2022
0.2.1 Nov 29, 2020

#151 in Parser implementations

Download history 8949/week @ 2024-01-01 11820/week @ 2024-01-08 12937/week @ 2024-01-15 12035/week @ 2024-01-22 14012/week @ 2024-01-29 11649/week @ 2024-02-05 12700/week @ 2024-02-12 13425/week @ 2024-02-19 13272/week @ 2024-02-26 14367/week @ 2024-03-04 15465/week @ 2024-03-11 13938/week @ 2024-03-18 14054/week @ 2024-03-25 14749/week @ 2024-04-01 15271/week @ 2024-04-08 16314/week @ 2024-04-15

61,307 downloads per month
Used in 132 crates (13 directly)

Apache-2.0 OR MIT

41KB
830 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
~41K SLoC