[[bin]]
name = "svd-vector-gen"
path = "src/main.rs"
[dependencies.svd-parser]
version = "0.14.7"
[package]
authors = ["Kiran Nayak <niekiran@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "development-tools"]
description = "A tool to process Microcontroller SVD files(e.g. STM32) and generate vector tables and linker scripts."
edition = "2021"
keywords = ["stm32", "svd", "vector-table", "linker-script"]
license = "MIT"
name = "svd-vector-gen"
readme = "README.md"
repository = "https://github.com/niekiran/svd-vector-gen.git"
version = "0.1.5"