# 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 = "august-build" version = "0.6.2" authors = ["Hayden Brown "] build = false include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Task-based build system with a custom syntax and focus on paralellism for all your artifact construction needs. """ homepage = "https://august-build.web.app" documentation = "https://docs.rs/august-build" readme = "README.md" keywords = [ "build", "august", "build-system", ] categories = [ "command-line-utilities", "development-tools::build-utils", "development-tools", ] license = "MIT" repository = "https://github.com/ScratchCat458/august-build" [lib] name = "august_build" path = "src/lib.rs" [[bin]] name = "august" path = "src/main.rs" [dependencies.arc-swap] version = "1.7" [dependencies.ariadne] version = "0.5" [dependencies.chumsky] version = "0.9" [dependencies.clap] version = "4.5" features = [ "derive", "string", ] [dependencies.clap_complete] version = "4.5" [dependencies.comfy-table] version = "7.1" [dependencies.crossbeam-utils] version = "0.8" [dependencies.dircpy] version = "0.3" [dependencies.duct] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "2.6" features = ["std"] [dependencies.owo-colors] version = "4.1" features = ["supports-colors"] [dependencies.rustc-hash] version = "2.0" [dependencies.thiserror] version = "2.0" [dependencies.tokio] version = "1.41" features = [ "rt-multi-thread", "fs", "process", ]