[package] name = "not-python" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] lalrpop = "0.19.9" [dependencies] lalrpop-util = { version = "0.19.9", features = ["lexer"] } gc = { version = "0.4", features = ["derive", "nightly"] } regex = "1" structopt = "0.3.26"