# 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] name = "ninja-build" version = "0.0.1" authors = ["The Ninja-rs Project Developers"] description = "Ninja is a small build system with a focus on speed." license = "Apache-2.0" repository = "https://github.com/ninja-rs/ninja-rs" [dependencies.clap] version = "2" [dependencies.nom] version = "3" [dependencies.cfg-if] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.lazy_static] version = "0.2" [dependencies.errno] version = "0.2" [dependencies.murmurhash64] version = "0.3" [dependencies.num_cpus] version = "1" [dependencies.libc-stdhandle] version = "0.1" [build-dependencies.cc] version = "1" [target."cfg(unix)".dependencies.libc-spawn] version = "0.0.1" [target."cfg(windows)".dependencies.wstr] version = "0.2" features = ["widestring"] [target."cfg(windows)".dependencies.winapi] version = "0.2" [target."cfg(windows)".dependencies.widestring] version = "0.2" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2"