[[bin]]
name = "itm-parser"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[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 command-line tool to parse and format ITM (Instrumentation Trace Macrocell) output for embedded systems development using probe-rs."
documentation = "https://github.com/niekiran/itm-parser#readme"
edition = "2021"
homepage = "https://github.com/niekiran/itm-parser"
keywords = ["itm", "probe-rs", "embedded", "rust", "swo"]
license = "MIT"
name = "itm-parser"
readme = "README.md"
repository = "https://github.com/niekiran/itm-parser.git"
version = "0.1.2"