[package] name = "typeql_lang" edition = "2021" description = "TypeQL Language for Rust" readme = "README.md" repository = "https://github.com/vaticle/typeql" version = "2.24.0" authors = ["Vaticle "] homepage = "https://github.com/vaticle/typeql" [lib] path = "src/typeql_lang.rs" [dependencies] pest = "2.4.0" regex = "1.6.0" pest_derive = "2.4.0" chrono = "0.4.23" itertools = "0.10.3"