cargo-inspect 0.5.0

This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains.
Documentation
[[bin]]
name = "cargo-inspect"
path = "src/bin/inspect/main.rs"
[dependencies.failure]
version = "0.1.3"

[dependencies.indicatif]
version = "0.10.3"

[dependencies.prettyprint]
version = "0.2.0"

[dependencies.structopt]
version = "0.2.13"

[dependencies.syntect]
version = "3.0.1"

[dependencies.tempfile]
version = "3.0.5"

[package]
authors = ["Matthias Endler <matthias-endler@gmx.net>"]
categories = ["development-tools", "development-tools::cargo-plugins"]
description = "This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains."
documentation = "https://github.com/mre/cargo-inspect/blob/master/README.md"
edition = "2018"
homepage = "https://github.com/mre/cargo-inspect"
keywords = ["cargo", "cargo-subcommand", "cli", "unpretty", "inspect"]
license = "Apache-2.0/MIT"
name = "cargo-inspect"
readme = "README.md"
repository = "https://github.com/mre/cargo-inspect"
version = "0.5.0"