# 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-graphmod" version = "1.1.0" authors = ["Thomas Hügel"] exclude = [ ".github/", "tests/web_app*", ] description = "A cli utility to graph the dependencies between the modules of a package in the dot/graphviz format." readme = "README.md" keywords = [ "architecture", "modules", "graph", "dependencies", ] license = "GPL-3.0-only" repository = "https://github.com/thomas-huegel/cargo-graphmod" [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1"