# 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 = "digtask" version = "0.1.0" description = "Dig is a YAML-defined, OS-level task orchestrator. It can 'dig into' a specifed task, or 'dig out' a desired output file" readme = "README.md" keywords = [ "task", "automation", "orchestration", "runner", "utility", ] categories = [ "asynchronous", "command-line-utilities", "concurrency", "development-tools::build-utils", "filesystem", ] license-file = "LICENSE.txt" [[bin]] name = "dig" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.async-executor] version = "1.8.0" [dependencies.async-process] version = "2.1.0" [dependencies.async-recursion] version = "1.1.0" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.futures] version = "0.3.30" [dependencies.indexmap] version = "2.2.5" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.serde_yaml] version = "0.9.32" [dependencies.smol] version = "2.0.0" [dependencies.winnow] version = "0.6.5" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.winnow] version = "0.6.5" features = []