# 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 = "pnpm-extra" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A mall CLI tool that adds some pnpm commands I want" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/simonbuchan/pnpm-extra" [lib] name = "pnpm_extra" path = "src/lib.rs" [[bin]] name = "pnpm-extra" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.serde] version = "1.0.206" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.64" [lints.clippy] missing_errors_doc = "warn" missing_panics_doc = "warn" [lints.rust] missing_docs = "warn" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1