# 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 = "npmcheater" version = "0.3.12" authors = ["DaBigBlob "] exclude = [ "builds/*", "build.sh", ] description = "Artificially bump the downloads of an npm package." homepage = "https://github.com/DaBigBlob/npmcheater" documentation = "https://github.com/DaBigBlob/npmcheater" readme = "README.md" keywords = [ "npmjs", "npm", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/DaBigBlob/npmcheater" [profile.release] opt-level = 2 lto = true [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.log] version = "0.4.20" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", "gzip", "brotli", "deflate", ] [dependencies.serde_json] version = "1.0.108" [dependencies.simple_logger] version = "4.3.3"