# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aspen" version = "0.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Aspen, a VB6 tool for parsing and analyzing VB6 code, in the spirit of cargo check, cargo fmt, etc. """ readme = "README.md" keywords = [ "vb6", "parser", "analyzer", "vb6parse", ] categories = [ "development-tools", "parsing", "parser-implementations", ] license-file = "LICENSE" repository = "https://github.com/scriptandcompile/aspen" [[bin]] name = "aspen" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = [ "cargo", "string", ] [dependencies.rayon] version = "1.10.0" [dependencies.vb6parse] version = "0.4.1" [dependencies.walkdir] version = "2.5.0"