[package] name = "fkl-parser" version = "0.4.0" authors = ["Phodal Huang "] description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin." repository = "https://github.com/feakin/fklang" categories = ["command-line-interface", "parsing"] keywords = [ "architecture", "parser" ] license = "MPL-2.0" edition = "2021" include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*" ] [dependencies] pest = "2.3.1" pest_derive = "2.3.1" indexmap = "1.9.1" serde = { version = "1", features = ["derive"] } url = "2.3.1" [dev-dependencies] mockall = "0.11.2"