3fc7ade Use `cargo read-manifest` instead of `metadata`

Authored and Committed by jistone 6 years ago
    Use `cargo read-manifest` instead of `metadata`
    
    The `read-manifest` json output is a subset of `metadata` for the
    current `Cargo.toml` only, even tighter than `--no-deps` provides.
    
        
file modified
+2 -3