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
32,423 downloads per month
Used in 112 crates
(8 directly)
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 struct
s that can be deserialized with Serde
to load and inspect Cargo.toml
metadata.
See Manifest::from_slice
.
Dependencies
~1.3–2MB
~44K SLoC