# 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 = "cargo-ninja" version = "0.5.1" default-run = "cargo-ninja" description = "Generate build.ninja for Cargo build plan" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.camino] version = "1.1.4" features = ["serde1"] [dependencies.cargo-util] version = "0.2" [dependencies.cargo-util-schemas] version = "0.2" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.ninja-files] version = "0.2" package = "ninja-files2" [dependencies.ninja-files-data] version = "0.1" package = "ninja-files-data2" [dependencies.pathdiff] version = "0.2" features = ["camino"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.snailquote] version = "0.3"