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

cargo-manifest

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

27 releases (14 breaking)

0.15.0 Jun 29, 2024
0.14.0 Mar 29, 2024
0.13.0 Jan 9, 2024
0.12.1 Oct 14, 2023
0.2.1 Nov 29, 2020

#134 in Parser implementations

Download history 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 13607/week @ 2024-05-09 13132/week @ 2024-05-16 12538/week @ 2024-05-23 13998/week @ 2024-05-30 13261/week @ 2024-06-06 14022/week @ 2024-06-13 13567/week @ 2024-06-20 14088/week @ 2024-06-27 13286/week @ 2024-07-04 13833/week @ 2024-07-11 11784/week @ 2024-07-18

55,361 downloads per month
Used in 140 crates (14 directly)

Apache-2.0 OR MIT

52KB
995 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
~40K SLoC