# 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 = "composer-parser" version = "0.2.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 composer outdated" readme = "README.md" keywords = [ "composer", "composer-outdated", "php", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/taladar/composer-parser" [profile.release] debug = 2 [lib] name = "composer_parser" path = "src/lib.rs" [dependencies.clap] version = "~4.5" features = [ "derive", "cargo", ] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.thiserror] version = "~2.0" [dependencies.tracing] version = "~0.1" [dev-dependencies.pretty_assertions] version = "1.4.1"