# 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" rust-version = "1.59" name = "faster-build" version = "0.5.0" authors = ["Hilmar Wiegand "] description = "Simple and smart language-agnostic task runner" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://github.com/happenslol/faster" resolver = "2" [[bin]] name = "faster" path = "src/main.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.console] version = "0.15" features = ["ansi-parsing"] default-features = false [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.ctrlc] version = "3.2.2" [dependencies.duct] version = "0.13.5" [dependencies.glob] version = "0.3.0" [dependencies.indicatif] version = "0.17.0-rc.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0.17" [dependencies.petgraph] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.snap] version = "1.0.5" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.31" [dependencies.twox-hash] version = "1.6.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.3.0"