[package]
edition = "2024"
name = "rhai-analyzer"
version = "0.1.0"
authors = ["Serge Kovbasiuk <isserge@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Static analysis of Rhai ASTs: extracts accessed variable paths and string comparisons"
readme = "README.md"
keywords = [
"rhai",
"static-analysis",
"ast",
"variable-paths",
"string-comparisons",
]
categories = [
"development-tools",
"parsing",
]
license = "MIT"
repository = "https://github.com/isSerge/rhai-analyzer"
[lib]
name = "rhai_analyzer"
path = "src/lib.rs"
[dependencies.rhai]
version = "1.22.2"
features = ["internals"]