[package] name = "tixml2svd" version = "0.1.4" authors = ["David Hoover "] description = "A utility that converts Texas-Instruments device descriptions to standard SVD files" keywords = ["arm", "cortex-m", "register", "generator", "svd"] categories = ["command-line-utilities", "embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/dhoove/tixml2svd" edition = "2018" [[bin]] name = "tixml2svd" path = "src/main.rs" doc = false [dependencies] clap = "2.33.0" unicode-bom = "1.1.4" xml-rs = "0.8.0"