[package] name = "dargo" version = "0.0.6" authors = ["DCjanus "] edition = "2018" description = "Some useful third-party tools for Cargo" repository = "https://github.com/DCjanus/dargo" categories = [ "command-line-utilities", "development-tools", ] license-file = "LICENSE" readme = "./README.MD" [dependencies] cargo = "0.36.0" failure = "0.1.5" toml_edit = "0.1.3" structopt = "0.2.16" log = "0.4.6" flexi_logger = "0.13.2" semver = "0.9.0" colored = "1.8.0" tabwriter = "1.1.0"