# 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 = "regen-lang" version = "0.0.7" authors = ["Pistonite "] exclude = ["docs/*"] description = "A language for defining languages" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Pistonite/regen-lang" [lib] name = "regen" path = "src/lib.rs" [[bin]] name = "regen" path = "src/main.rs" required-features = ["clap"] [[example]] name = "pt_html" [dependencies.clap] version = "^4.2.1" features = [ "derive", "cargo", ] optional = true [dependencies.codize] version = "^0.1.2" [dependencies.heck] version = "^0.4.1" [dependencies.html-escape] version = "^0.2.13" [dependencies.regex] version = "^1.7.3" [dependencies.thiserror] version = "1.0.44" [features] default = ["clap"]