dotnet-parser 0.2.2

Parses the JSON output of dotnet outdated
Documentation
[dependencies.clap]
features = ["derive", "cargo"]
version = "~4.5"

[dependencies.serde]
features = ["derive"]
version = "~1.0"

[dependencies.serde_json]
version = "~1.0"

[dependencies.serde_path_to_error]
version = "~0.1"

[dependencies.tempfile]
version = "~3.10"

[dependencies.thiserror]
version = "~1.0"

[dependencies.tracing]
version = "~0.1"
[dev-dependencies.tracing-test]
version = "~0.2"

[package]
authors = ["Matthias Hörmann <mhoermann@gmail.com>"]
categories = ["parser-implementations"]
description = "Parses the JSON output of dotnet outdated"
edition = "2021"
exclude = [".env", "tarpaulin-report.html", "tarpaulin-report.json"]
keywords = ["dotnet", "dotnet-outdated"]
license = "MIT OR Apache-2.0"
name = "dotnet-parser"
readme = "README.md"
repository = "https://github.com/taladar/dotnet-parser"
version = "0.2.2"
[profile.release]
debug = 2