[package] name = "aspen" version = "0.4.1" edition = "2021" license-file = "LICENSE" description = """ Aspen, a VB6 tool for parsing and analyzing VB6 code, in the spirit of cargo check, cargo fmt, etc. """ repository = "https://github.com/scriptandcompile/aspen" readme = "README.md" keywords = ["vb6", "parser", "analyzer", "vb6parse"] categories = ["development-tools", "parsing", "parser-implementations"] [dependencies] vb6parse ="0.4.1" clap = {version = "4.5.19", features = ["cargo", "string"]} walkdir = "2.5.0" anyhow = "1.0.89" rayon = "1.10.0"