[package]
edition = "2021"
name = "runmat-static-analysis"
version = "0.3.2"
authors = ["Dystr Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Domain-specific static analysis passes for RunMat"
homepage = "https://runmat.com"
readme = false
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/runmat-org/runmat"
[lib]
name = "runmat_static_analysis"
path = "src/lib.rs"
[[test]]
name = "lints"
path = "tests/lints.rs"
[dependencies.runmat-builtins]
version = "=0.3.2"
[dependencies.runmat-hir]
version = "=0.3.2"
[dependencies.runmat-parser]
version = "=0.3.2"
[dependencies.serde_json]
version = "1"