mir-analyzer 0.65.0

Analysis engine for the mir PHP static analyzer
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 = "2021"
name = "mir-analyzer"
version = "0.65.0"
authors = ["Jorg Sowa <jorg.sowa@gmail.com>"]
build = "build.rs"
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analysis engine for the mir PHP static analyzer"
homepage = "https://github.com/jorgsowa/mir"
readme = false
license = "MIT"
repository = "https://github.com/jorgsowa/mir"

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

[[example]]
name = "cold_references_bench"
path = "examples/cold_references_bench.rs"

[[example]]
name = "fileanalyzer_retry_bench"
path = "examples/fileanalyzer_retry_bench.rs"

[[example]]
name = "unresolved_commit_gate_bench"
path = "examples/unresolved_commit_gate_bench.rs"

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

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

[dependencies.aho-corasick]
version = "1"

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.mir-codebase]
version = "0.65.0"

[dependencies.mir-issues]
version = "0.65.0"

[dependencies.mir-plugin]
version = "0.65.0"

[dependencies.mir-types]
version = "0.65.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.php-ast]
version = "0.18.1"

[dependencies.php-lexer]
version = "0.18.1"

[dependencies.php-rs-parser]
version = "0.18.1"

[dependencies.phpdoc-parser]
version = "0.18.2"

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

[dependencies.rayon]
version = "1"

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

[dependencies.salsa]
version = "0.28.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.mimalloc]
version = "0.1"
default-features = false

[dev-dependencies.mir-issues]
version = "0.65.0"

[dev-dependencies.mir-plugin]
version = "0.65.0"

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

[build-dependencies.rayon]
version = "1"