cargo-compatible 0.2.0

Cargo subcommand for auditing and resolving dependency graphs against a target Rust version or MSRV
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 = "2021"
rust-version = "1.89"
name = "cargo-compatible"
version = "0.2.0"
build = false
exclude = [
    "tests/",
    "benches/",
    ".github/",
    "BUILD.md",
    "AGENTS.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    ".editorconfig",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for auditing and resolving dependency graphs against a target Rust version or MSRV"
homepage = "https://github.com/dunamismax/cargo-compatible"
documentation = "https://docs.rs/cargo-compatible"
readme = "README.md"
keywords = [
    "cargo",
    "msrv",
    "rust-version",
    "dependencies",
    "compatibility",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/dunamismax/cargo-compatible"

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

[[bin]]
name = "cargo-compatible"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.cargo_metadata]
version = "0.22"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "wrap_help",
]

[dependencies.crates-index]
version = "3.11"

[dependencies.itertools]
version = "0.14"

[dependencies.petgraph]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dependencies.semver]
version = "1.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.20"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml_edit]
version = "0.23"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.insta]
version = "1.43"
features = ["json"]

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.sha2]
version = "0.10"