[package] name = "uniparc_xml_parser" version = "0.2.1" authors = ["ostrokach "] description = "Scripts for parsing UniParc XML files downloaded from the Uniprot website into CSV files." homepage = "https://gitlab.com/ostrokach/uniparc_xml_parser" documentation = "https://ostrokach.gitlab.io/uniparc_xml_parser" repository = "https://gitlab.com/ostrokach/uniparc_xml_parser" readme = "README.md" license = "MIT" exclude = [ "tests/*", ] [dependencies] quick-xml = "0.9.4" flate2 = "0.2" clap = "2.27.1"