code_analysis-lint-arwaky 1.10.106

Code-quality analyzers (file-size limits, code duplication detection, bypass checks, mandatory definition enforcement) covering AES301–AES305.
# 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"
name = "code_analysis-lint-arwaky"
version = "1.10.106"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code-quality analyzers (file-size limits, code duplication detection, bypass checks, mandatory definition enforcement) covering AES301–AES305."
readme = false
license = "MIT"
repository = "https://github.com/rakaarwaky/lint-arwaky"

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.shared]
version = "1.10.106"
package = "shared-lint-arwaky"

[dependencies.tokio]
version = "1.52.3"
features = [
    "full",
    "rt",
    "rt-multi-thread",
    "macros",
]

[lints.clippy]

[lints.rust]
unsafe_code = "forbid"