[package]
name = "vb6semantic"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Semantic analysis and symbol table construction for VB6 code"
keywords = ["vb6", "semantic-analysis", "symbol-table", "type-checking"]
categories = ["development-tools", "parser-implementations"]
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
vb6parse.workspace = true
vb6core.workspace = true
either.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen.workspace = true
serde-wasm-bindgen.workspace = true
[dev-dependencies]
tempfile.workspace = true
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test.workspace = true
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints]
workspace = true