lanekeep-engine 0.8.0

Rule execution engine for lanekeep.
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 = "lanekeep-engine"
version = "0.8.0"
authors = ["Fred Souza <1396615+fmsouza@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rule execution engine for lanekeep."
homepage = "https://github.com/fmsouza/lanekeep"
readme = false
keywords = [
    "linter",
    "static-analysis",
    "tree-sitter",
    "typescript",
    "conformance",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fmsouza/lanekeep"

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

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

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

[dependencies.blake3]
version = "1"

[dependencies.lanekeep-cache]
version = "0.8.0"

[dependencies.lanekeep-config]
version = "0.8.0"

[dependencies.lanekeep-core]
version = "0.8.0"

[dependencies.lanekeep-js]
version = "0.8.0"

[dependencies.lanekeep-lang]
version = "0.8.0"

[dependencies.lanekeep-query]
version = "0.8.0"

[dependencies.lanekeep-wasm]
version = "0.8.0"

[dependencies.memchr]
version = "2"

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tree-sitter]
version = "0.26"

[dev-dependencies.lanekeep-lang-js]
version = "0.8.0"

[dev-dependencies.lanekeep-lang-rust]
version = "0.8.0"

[dev-dependencies.lanekeep-languages]
version = "0.8.0"

[dev-dependencies.lanekeep-nodes]
version = "0.8.0"

[lints.clippy]
cast_possible_truncation = "warn"
cast_precision_loss = "warn"
cast_sign_loss = "warn"
dbg_macro = "warn"
expect_used = "warn"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_code = "deny"
unused_qualifications = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1