[package] name = "simple_xml_parser" version = "0.1.0" edition = "2021" authors = ["ElectroMutex"] description = "Simple xml parser which returns spdict" license = "MIT" documentation = "https://docs.rs/protex/latest/simple_xml_parser/" homepage = "https://github.com/SkillfulElectro/simple_xml_parser.git" repository = "https://github.com/SkillfulElectro/simple_xml_parser.git" readme = "README.md" [lib] crate-type=["cdylib" , "rlib"] [dependencies] spdict = "0.1.0"