# 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 = "yarn-why" version = "1.1.0" authors = ["Riccardo Attilio Galli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "yarn why, but fast" homepage = "https://github.com/riquito/yarn-why" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" [profile.release] lto = true codegen-units = 1 strip = "debuginfo" [profile.web-release] opt-level = "s" inherits = "release" [[bin]] name = "yarn-why" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.atty] version = "0.2.14" [dependencies.fxhash] version = "0.2.1" [dependencies.once_cell] version = "1.19.0" [dependencies.pico-args] version = "0.5.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.209" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.127" [dependencies.yarn-lock-parser] version = "0.7.0" [dev-dependencies.assert_cmd] version = "2.0.16"