[package] name = "xmlb" version = "1.0.0" authors = ["Ketan Reynolds "] edition = "2018" description = "XML but with brackets" readme = "README.md" homepage = "https://gitlab.com/8BitKitKat/xmlb" repository = "https://gitlab.com/8BitKitKat/xmlb" license = "MIT" keywords = ["xml", "brackets"] categories = ["parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "6"