# 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 = "vbscript" version = "0.2.0" description = "Rust VBScript lexer and parser " documentation = "https://docs.rs/vbscript" readme = "README.md" license = "MIT" repository = "https://github.com/francisdb/vbscript.rs" [[bench]] name = "main" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.14.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.glob] version = "0.3.1" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.pretty_assertions] version = "1.4.0"