[package] name = "nac3parser" version = "0.1.2" description = "Parser for python code." authors = [ "RustPython Team", "M-Labs" ] build = "build.rs" license = "MIT" edition = "2018" [build-dependencies] lalrpop = "0.19" [dependencies] nac3ast = { path = "../nac3ast" } lalrpop-util = "0.19" log = "0.4" unic-emoji-char = "0.9" unic-ucd-ident = "0.9" unicode_names2 = "0.5" phf = { version = "0.11", features = ["macros"] } ahash = "0.7" [dev-dependencies] insta = "=1.11.0"