# 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 = "makemake" version = "0.1.4-patch1" authors = ["Ethan Uppal"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Library for building Makefiles programmatically" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/ethanuppal/makemake" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "makemake" path = "src/lib.rs" doctest = false [[example]] name = "c_project" path = "examples/c_project.rs" [[example]] name = "sed" path = "examples/sed.rs" [dependencies.cargo_toml] version = "0.20.4" [dependencies.insta] version = "1.39.0" [dependencies.paste] version = "1.0.15" [build-dependencies.cargo_toml] version = "0.20.4"