code-moniker-check 0.7.0

Rules engine for code-moniker: DSL, rule config/profiles, evaluation over the symbol graph, and suppression.
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.86"
name = "code-moniker-check"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rules engine for code-moniker: DSL, rule config/profiles, evaluation over the symbol graph, and suppression."
homepage = "https://github.com/ng-galien/code-moniker"
readme = false
keywords = [
    "linter",
    "rules",
    "ast",
    "code-search",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ng-galien/code-moniker"
resolver = "2"

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

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

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

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

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

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

[[bench]]
name = "workspace_rules"
path = "benches/workspace_rules.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.code-moniker-core]
version = "0.7.0"
features = ["serde"]

[dependencies.code-moniker-workspace]
version = "0.7.0"

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rustc-hash]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.7"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.insta]
version = "1"
features = [
    "glob",
    "json",
]

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

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