cargo-manifest icon indicating copy to clipboard operation
cargo-manifest copied to clipboard

Switch to cargo-util-schemas structs

Open markdingram opened this issue 10 months ago • 0 comments

https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#internal-1

New member crate cargo-util-schemas! This contains low-level Cargo schema types, focusing on serde and FromStr for use in reading files and parsing command-lines. Any logic for getting final semantics from these will likely need other tools to process, like cargo metadata. The crates.io publish of this crate is the same as other members crates. It follows Rust's 6-week release process. https://github.com/rust-lang/cargo/pull/13178 https://github.com/rust-lang/cargo/pull/13185 https://github.com/rust-lang/cargo/pull/13186 https://github.com/rust-lang/cargo/pull/13209 https://github.com/rust-lang/cargo/pull/13267

markdingram avatar Mar 29 '24 10:03 markdingram