# 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" rust-version = "1.78" name = "nrr" version = "0.9.5" authors = ["Ryan Cao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal, blazing fast npm scripts runner" readme = "README.md" keywords = [ "cli", "node", "javascript", "npm", "scripts", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/ryanccn/nrr.git" [[bin]] name = "nrr" path = "src/main.rs" [[test]] name = "cli_tests" path = "tests/cli_tests.rs" [dependencies.ahash] version = "0.8.11" [dependencies.clap] version = "4.5.16" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.ctrlc] version = "3.4.5" [dependencies.dotenvy] version = "0.15.7" [dependencies.indexmap] version = "2.4.0" features = ["serde"] [dependencies.itoa] version = "1.0.11" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.shlex] version = "1.3.0" [dependencies.simd-json] version = "0.13.10" [dependencies.strsim] version = "0.11.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.unicode-width] version = "0.1.13" [dev-dependencies.trycmd] version = "0.15.6" [lints.clippy] module_name_repetitions = "allow" redundant_closure_for_method_calls = "allow" [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.perf] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"