# 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 = "ninja-builder" version = "0.1.0" authors = ["Nikhil Marathe "] description = "Building logic for the ninja build system in Rust. Based on the paper 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.async-trait] version = "0.1" [dependencies.console] version = "0.11" features = [] default-features = false [dependencies.futures] version = "0.3" [dependencies.ninja-metrics] version = "^0.2" [dependencies.ninja-parse] version = "^0.1" [dependencies.petgraph] version = "^0.5" [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "0.2" features = ["sync", "rt-core", "process", "rt-util"] default-features = false [dev-dependencies.insta] version = "^0.16.0" [dev-dependencies.proptest] version = "0.10.0"