# 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-structure" version = "0.4.1" authors = ["Ramon Brand"] description = "A simple tool for analyzing the structure of a cargo project." readme = "README.md" keywords = [ "architecture", "dependencies", "structure", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/ramon54321/cargo-structure" [dependencies.clap] version = "3.1.10" features = [ "derive", "cargo", ] [dependencies.dot-writer] version = "0.1.2" [dependencies.toml] version = "0.4.2" [dependencies.walkdir] version = "2"