#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

#152 in Parser implementations

Download history 13632/week @ 2024-01-25 12359/week @ 2024-02-01 12021/week @ 2024-02-08 13595/week @ 2024-02-15 13313/week @ 2024-02-22 12983/week @ 2024-02-29 16209/week @ 2024-03-07 14101/week @ 2024-03-14 13967/week @ 2024-03-21 14004/week @ 2024-03-28 14804/week @ 2024-04-04 16830/week @ 2024-04-11 15520/week @ 2024-04-18 15621/week @ 2024-04-25 13824/week @ 2024-05-02 10914/week @ 2024-05-09

59,057 downloads per month
Used in 134 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–2.1MB
~42K SLoC