[dependencies.seq-map]
version = "0.0.13"
[dependencies.swamp-script-ast]
version = "0.0.9"
[dependencies.swamp-script-semantic]
version = "0.0.9"
[dependencies.swamp-script-source-map]
version = "0.0.9"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.swamp-script-parser]
version = "0.0.9"
[dev-dependencies.test-log]
features = ["trace", "log", "color"]
version = "0.2.16"
[lib]
name = "swamp_script_analyzer"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "analyzer for swamp script"
edition = "2021"
license = "MIT"
name = "swamp-script-analyzer"
readme = false
repository = "https://github.com/swamp/script"
version = "0.0.9"
[[test]]
name = "analyze"
path = "tests/analyze.rs"
[[test]]
name = "util"
path = "tests/util.rs"