conflic 1.1.2

Detect semantic contradictions across config files
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"
rust-version = "1.94"
name = "conflic"
version = "1.1.2"
build = false
exclude = [
    ".github/",
    ".claude/",
    ".history/",
    "tests/fixtures/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect semantic contradictions across config files"
homepage = "https://github.com/conflic/conflic"
readme = "README.md"
keywords = [
    "config",
    "lint",
    "devops",
    "ci",
    "contradictions",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/conflic/conflic"

[features]
default = ["lsp"]
lsp = [
    "dep:tower-lsp",
    "dep:tokio",
]

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.json5]
version = "1.3"

[dependencies.node-semver]
version = "2.2"

[dependencies.owo-colors]
version = "4.3"

[dependencies.quick-xml]
version = "0.38"

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1.12"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde-saphyr]
version = "0.0.22"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.toml]
version = "1.0"

[dependencies.tower-lsp]
version = "0.20"
optional = true

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

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

[dev-dependencies.pretty_assertions]
version = "1.4"

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