# 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 = "dep_crusher" version = "0.1.2" authors = ["SpencerLS"] exclude = ["tests/*"] description = "Starting at a root node, traverse the dependency graph and flatten it." readme = "README.md" keywords = [ "dependency", "graph", "tree", ] categories = [ "algorithms", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Spencer1O1/dep-crusher/" [dev-dependencies.regex] version = "1.9.1" [dev-dependencies.same-file] version = "1.0.6"