# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "buildy" version = "0.12.4" authors = ["Steve Mostovoy "] description = "An ultra-fast parallel build system for local iteration" homepage = "https://github.com/stovoy/buildy" documentation = "https://github.com/stovoy/buildy/blob/master/README.md" readme = "README.md" keywords = ["build", "parallel", "incremental", "watch", "tool"] categories = ["command-line-utilities", "concurrency", "development-tools", "development-tools::build-utils", "filesystem"] license = "MIT" repository = "https://github.com/stovoy/buildy" [dependencies.crossbeam] version = "0.8.0" [dependencies.duct] version = "0.13.4" [dependencies.notify] version = "4.0.15" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_yaml] version = "0.8.14" [dependencies.termcolor] version = "1.1.2" [dependencies.walkdir] version = "2.3.1" [badges.maintenance] status = "actively-developed"