From: Aleksey Kladov Date: Sun, 2 Oct 2016 14:20:45 +0000 (+0300) Subject: Document that read_manifest command is deprecated X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~60^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fdbca1cdcc000fd6810ef16c0afcc85de3b1877b;p=cargo.git Document that read_manifest command is deprecated --- diff --git a/src/bin/read_manifest.rs b/src/bin/read_manifest.rs index 1cbb0cff8..bd44b0ad5 100644 --- a/src/bin/read_manifest.rs +++ b/src/bin/read_manifest.rs @@ -11,7 +11,8 @@ pub struct Options { } pub const USAGE: &'static str = " -Print a JSON representation of a Cargo.toml manifest +Deprecated, use `cargo metadata --no-deps` instead. +Print a JSON representation of a Cargo.toml manifest. Usage: cargo read-manifest [options]