# 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 = "nana" version = "0.1.0" authors = ["Flavio (nickfla1) Lanternini Strippoli"] exclude = [ "/tests", "/.github", ] description = "A fast and customizable Node.js package manager" homepage = "https://github.com/nickfla1/nana" readme = "README.md" keywords = [ "node", "package-manager", "package", "javascript", ] categories = [ "command-line-interface", "web-programming", ] license-file = "LICENSE" repository = "https://github.com/nickfla1/nana" [[bin]] name = "nana" [dependencies.async-recursion] version = "1.0.0" [dependencies.bytes] version = "1.2.1" [dependencies.clap] version = "4.0.15" [dependencies.console] version = "0.15.2" [dependencies.flate2] version = "1.0.24" [dependencies.futures] version = "0.3.24" [dependencies.futures-util] version = "0.3.24" [dependencies.http-cache-reqwest] version = "0.5.0" features = ["manager-cacache"] [dependencies.indexmap] version = "1.9.1" [dependencies.indicatif] version = "0.17.1" [dependencies.package_json_schema] version = "0.1.2" features = ["validate"] [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.reqwest-middleware] version = "0.1.6" [dependencies.semver_rs] version = "0.2.0" features = ["serde"] [dependencies.serde] version = "1.0.145" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.validator] version = "0.16.0"