# 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 = "npm-parser" version = "0.3.3" authors = ["Matthias Hörmann "] build = false exclude = [ ".env", "tarpaulin-report.html", "tarpaulin-report.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parses the JSON output of npm outdated and npm audit" readme = "README.md" keywords = [ "npm", "npm-outdated", "npm-audit", "javascript", "nodejs", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/npm-parser" [profile.release] debug = 2 [lib] name = "npm_parser" path = "src/lib.rs" [dependencies.futures] version = "~0.3" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.serde_path_to_error] version = "~0.1" [dependencies.thiserror] version = "~2.0" [dependencies.time] version = "~0.3" features = [ "serde", "serde-human-readable", ] [dependencies.tracing] version = "~0.1" [dependencies.versions] version = "~6.3" [dev-dependencies.tracing-test] version = "~0.2"