# 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 = "cargo-workspace-analyzer" version = "0.3.2" authors = ["Jan Arends "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool that prases manifest files and gives insights about the workspace" readme = "README.md" keywords = [ "cargo", "workspace", "packages", "analyzer", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "GPL-3.0-only" repository = "https://github.com/jaads/cargo-workspace-analyzer" [[bin]] name = "cargo-workspace-analyzer" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.argh] version = "0.1.12" [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.13.0"