# 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 = "depgraph" version = "0.4.0" authors = ["Richard Dodd "] build = false include = [ "README.md", "Cargo.toml", "src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A library to manange files that depend on each other, and rebuild them as necessary, like a makefile""" homepage = "https://github.com/derekdreery/depgraph" documentation = "https://docs.rs/depgraph" readme = "README.md" keywords = [ "build", "make", "makefile", "dependency", "graph", ] categories = [ "filesystem", "development-tools::build-utils", ] license = "MIT/Apache-2.0" repository = "https://github.com/derekdreery/depgraph" [lib] name = "depgraph" path = "src/lib.rs" [dependencies.petgraph] version = "0.6" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.tempdir] version = "0.3.7" [features] default = [] petgraph_visible = []