# 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 = "ninjars" version = "0.1.0" authors = ["Nikhil Marathe "] description = "A rust implementation of the ninja build system. This is the main application. This one is built on the theory in Build Systems a la Carte." homepage = "https://github.com/nikhilm/ninja-rs" keywords = ["ninja", "build-system", "tooling"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/nikhilm/ninja-rs" [dependencies.anyhow] version = "^1.0" [dependencies.ninja-builder] version = "^0.1" [dependencies.ninja-metrics] version = "^0.2" [dependencies.ninja-parse] version = "^0.1" [dependencies.num_cpus] version = "^1.0" [dependencies.once_cell] version = "^1.4" [dependencies.petgraph] version = "^0.5" [dependencies.pico-args] version = "0.3" [dependencies.thiserror] version = "^1.0"