# 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 = "doit-cli" version = "0.1.7" authors = ["Jacob Clarke "] description = "A CLI tool for managing your simple scripts." documentation = "https://docs.rs/doit-cli" readme = "README.md" keywords = [ "make", "task", "build", "script", "automation", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jacobaclarke/doit-cli" [profile.release] strip = true [[bin]] name = "doit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.78" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_yaml] version = "0.9.29" [dependencies.strum] version = "0.25.0" features = ["strum_macros"] [dependencies.strum_macros] version = "0.25.3" [dependencies.tempfile] version = "3.9.0" [dev-dependencies.dirs] version = "5.0.1"