[package] name = "my_xml_parser" version = "0.1.2" edition = "2021" license = "MIT" description ="XML parser, which can be used to parse XML to pairs of tokens. See source https://github.com/giginfee/my_parser" include = ["/src", "COPYRIGHT"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" pest = "2.7.5" pest_derive = "2.7.5"