[package]
name = "interrupt-bindgen"
version = "0.1.1"
edition = "2021"
license = "MIT"
authors = ["Joscha Egloff <joscha.egloff@pm.me>"]
description = "A tool to generate interrupt bindings."
repository = "https://github.com/joschatom/interrupt-bindgen"
readme = "README.md"
keywords = ["interrupt", "bindgen", "rust"]
categories = ["command-line-utilities", "no-std"]
publish = true
documentation = "https://docs.rs/interrupt-bindgen"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
toml = "0.8.8"
serde = { version = "1.0", features = ["derive"] }
serde_toml = "0.0.1"
clap = "4.4.11"