[package] name = "parse_qapi" description = "A library to parser qemu's json like QAPI. This uses a nom parser to parse the json and the descriptions. This library is used by the qemu-rust-generator project to build the library" version = "0.1.2" authors = ["Chris Holcombe "] license = "MIT" repository = "https://github.com/cholcombe973/parse_qapi" [dependencies] json = "~0.8" lazy_static = "~0.2" nom = "~1.2"