K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-12-05T06:42:22.780389Z K 7 svn:log V 439 Mk/Uses/cargo.mk: Support new Cargo.lock format The new format [1,2] dropped the [metadata] table. As a consequence our cargo-crates.awk script no longer outputs CARGO_CRATES. We can get the crate list from the various [[package]] tables instead. This should work with the new as well as the old format. [1] https://github.com/rust-lang/cargo/pull/7070 [2] https://github.com/rust-lang/cargo/pull/7579 PR: 242416 Reported by: jbeich END