# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mcup" version = "0.2.3" authors = ["Harald Pehl "] description = "Command line tool to keep your local maven repository small and tidy." homepage = "https://github.com/hpehl/mcup" readme = "README.md" keywords = ["cli", "maven", "repository"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/hpehl/mcup" resolver = "2" [profile.release] lto = true [[bin]] name = "mcup" [dependencies.anyhow] version = "1.0.52" [dependencies.atty] version = "0.2.14" [dependencies.bit-vec] version = "0.6.3" [dependencies.clap] version = "3.0.0" features = ["cargo"] [dependencies.console] version = "0.15.0" [dependencies.directories] version = "4.0.1" [dependencies.glob] version = "0.3.0" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.quick-xml] version = "0.22.0" [dependencies.walkdir] version = "2.3.2" [build-dependencies.anyhow] version = "1.0.52" [build-dependencies.clap] version = "3.0.0" features = ["cargo"] [build-dependencies.clap_complete] version = "3.0.0"