pub fn cargo_metadata_with_args(
    cd: Option<&Path>,
    args: Option<&Args>,
    verbose: bool
) -> Result<Option<CargoMetadata>>
Expand description

Cargo metadata with specific invocation