[package] name = "yaml_parser" version = "0.2.2" edition = "2021" authors = ["Pig Fang "] description = "Semi-tolerant YAML concrete syntax tree parser." repository = "https://github.com/g-plane/pretty_yaml" license = "MIT" categories = ["parser-implementations", "text-processing"] keywords = ["yaml", "parser"] exclude = ["/tests"] [dependencies] rowan = "0.15" winnow = "0.6" [dev-dependencies] insta = { version = "1.39", features = ["glob"] }