[package] name = "armodel" version = "0.1.1" description = "Rust library to parse and generate of AUTOSAR ARXML." authors = ["melodypapa "] repository = "https://github.com/melodypapa/rust_armodel" readme = "README.md" edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.4.3" #libxml = "0.2.16" xml-rs = "0.8.3"