| categories = ["development-tools", "development-tools::build-utils"] |
| exclude = [".github/*", ".vscode/*"] |
| homepage = "https://github.com/evmar/n2" |
| keywords = ["ninja", "build"] |
| repository = "https://github.com/evmar/n2" |
| # https://github.com/evmar/n2/issues/74 |
| # Note: if we bump this, may need to bump .github/workflows/ci.yml version too. |
| description = "a ninja compatible build system" |
| [target.'cfg(windows)'.dependencies.windows-sys] |
| "Win32_System_Diagnostics_Debug", |
| "Win32_System_Threading", |
| [target.'cfg(not(any(windows, target_arch = "wasm32")))'.dependencies] |
| criterion = { version = "0.5.1", features = ["html_reports"] } |
| # For Criterion reasons, we need bench=false for our lib/bin. |