cargo-modules 0.4.1

A cargo plugin for showing a tree-like overview of a crate's modules.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cargo-modules"
version = "0.4.1"
authors = ["Vincent Esche <regexident@gmail.com>", "Hmvp <github@hmvp.nl>"]
description = "A cargo plugin for showing a tree-like overview of a crate's modules."
homepage = "https://github.com/regexident/cargo-modules"
documentation = "https://regexident.github.io/cargo-modules"
readme = "README.md"
keywords = ["cargo", "plugin", "module", "mod", "tree"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
license = "MPL-2.0"
repository = "https://github.com/regexident/cargo-modules"
[dependencies.colored]
version = "1.6.0"

[dependencies.json]
version = "0.11.5"

[dependencies.rustc-ap-syntax]
version = "154.0.0"

[dependencies.structopt]
version = "0.2.8"