cargo-inspect 0.1.0

This extends Cargo to allow you to desugar your Rust code and see what happens behind the curtains.
Documentation
[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"
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.1.0"

[[bin]]
name = "cargo-inspect"
path = "src/bin/main.rs"

[dependencies]
failure = "0.1.3"
structopt = "0.2.13"
syntect = "3.0.1"