diffx 0.7.0

Smart diff for config files. Compare JSON/YAML/TOML/XML semantically. Features: ignore patterns, array tracking, directory compare, JSON/YAML output
# 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.75"
name = "diffx"
version = "0.7.0"
authors = ["kako-jun"]
build = "build.rs"
exclude = [
    ".github/",
    "target/",
    "_old/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Smart diff for config files. Compare JSON/YAML/TOML/XML semantically. Features: ignore patterns, array tracking, directory compare, JSON/YAML output"
homepage = "https://github.com/kako-jun/diffx"
documentation = "https://docs.rs/diffx"
readme = "README.md"
keywords = [
    "diff",
    "json",
    "yaml",
    "toml",
    "semantic-diff",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/kako-jun/diffx"

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

[[test]]
name = "cmd"
path = "tests/cmd.rs"

[[test]]
name = "spec"
path = "tests/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "cargo",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "3.0"

[dependencies.diffx-core]
version = "0.7.0"

[dependencies.dirs]
version = "5.0"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.similar]
version = "2.7"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

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

[dev-dependencies.cargo-husky]
version = "1.5"
features = [
    "precommit-hook",
    "run-cargo-fmt",
    "run-cargo-clippy",
]
default-features = false

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

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.trycmd]
version = "0.15"

[build-dependencies.clap]
version = "4.0"
features = [
    "derive",
    "cargo",
]

[build-dependencies.clap_complete]
version = "4.5"

[build-dependencies.clap_mangen]
version = "0.2"