# 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 = "tpot" version = "0.1.4" authors = ["Jack Whitehorn jackwh.whitehorn@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo inspired build tool for C" homepage = "https://github.com/jw2476/teapot" readme = "README.md" keywords = [ "cli", "build", "c", ] license = "GPL-3.0-or-later" repository = "https://github.com/jw2476/teapot" [[bin]] name = "tpot" path = "src/main.rs" [dependencies.cc] version = "1.0.79" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.duct] version = "0.13.6" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.term] version = "0.7.0" [dependencies.toml] version = "0.7.3" [dependencies.toml_edit] version = "0.19.8" [dependencies.walkdir] version = "2.3.3"