solv 0.21.0

SOLution Validation tool that analyzes Microsoft Visual Studio solutions
Documentation
# 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 = "2024"
name = "solv"
version = "0.21.0"
authors = ["egoroff <egoroff@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SOLution Validation tool that analyzes Microsoft Visual Studio solutions"
homepage = "https://github.com/aegoroff/solv"
readme = "README.md"
keywords = [
    "sln",
    "visualstudio",
    "parser",
    "microsoft",
    "solution",
]
license = "MIT"
repository = "https://github.com/aegoroff/solv"

[package.metadata.deb]
assets = [[
    "../target/release/solv",
    "usr/bin/",
    "755",
]]

[[package.metadata.generate-rpm.assets]]
source = "../target/release/solv"
dest = "/usr/bin/solv"
mode = "0755"

[lib]
name = "solv"
path = "src/lib.rs"

[[bin]]
name = "solv"
path = "src/main.rs"

[dependencies.bugreport]
version = "=0.6.0"

[dependencies.clap]
version = "=4.6.1"
features = [
    "std",
    "color",
    "suggestions",
    "cargo",
]

[dependencies.clap_complete]
version = "=4.6.3"

[dependencies.comfy-table]
version = "=7.2.2"

[dependencies.crossterm]
version = "=0.29.0"

[dependencies.exitcode]
version = "=1.1.2"

[dependencies.humantime]
version = "=2.3.0"

[dependencies.itertools]
version = "=0.14.0"

[dependencies.miette]
version = "=7.6.0"
features = ["fancy"]

[dependencies.num-format]
version = "=0.4.4"

[dependencies.petgraph]
version = "=0.8.3"

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.solp]
version = "0.21.0"

[dependencies.url]
version = "=2.5.8"

[dev-dependencies.test-case]
version = "=3.3.1"

[target.'cfg(target_os = "linux")'.dependencies.mimalloc]
version = "=0.1.50"

[lints.rust]
unsafe_code = "forbid"