# 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 = "npack" version = "0.0.19" authors = ["fangyuan.leslie@gmail.com"] description = "Use the right package manager" homepage = "https://github.com/zhazhazhu/ni" readme = "README.md" keywords = [ "npack", "cli", "package-manager", "ni", "npm", ] license = "MIT" repository = "https://github.com/zhazhazhu/ni" [[bin]] name = "ni" path = "src/bin/ni.rs" [[bin]] name = "nr" path = "src/bin/nr.rs" [[bin]] name = "nun" path = "src/bin/nun.rs" [[bin]] name = "nlx" path = "src/bin/nlx.rs" [[bin]] name = "nu" path = "src/bin/nu.rs" [[bin]] name = "na" path = "src/bin/na.rs" [[bin]] name = "nci" path = "src/bin/nci.rs" [dependencies.console] version = "0.15.7" [dependencies.dirs] version = "5.0.1" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.inquire] version = "0.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rust-ini] version = "0.20.0" [dependencies.serde] version = "1.0.193" features = [ "derive", "default", ] [dependencies.serde_json] version = "1.0.108" features = ["preserve_order"] [dependencies.tempfile] version = "3.8.1" [dependencies.which] version = "5.0.0"