smmu-cli 1.2.2

Command-line interface for ARM SMMU v3 simulation and testing
[package]
name = "smmu-cli"
version = "1.2.2"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
description = "Command-line interface for ARM SMMU v3 simulation and testing"
keywords = ["smmu", "iommu", "cli", "simulation"]
categories = ["command-line-utilities"]
readme = "../README.md"

[[bin]]
name = "smmu-cli"
path = "src/main.rs"

[dependencies]
smmu = { version = "1.0.0", path = "../smmu" }
# CLI dependencies will be added as needed

[lints]
workspace = true