[[bin]]
name = "aarch64-esr-decoder"
path = "src/main.rs"
[dependencies.bit_field]
version = "0.10.1"
[dependencies.thiserror]
version = "2.0.12"
[lib]
name = "aarch64_esr_decoder"
path = "src/lib.rs"
[package]
authors = ["Andrew Walbran <qwandor@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values."
edition = "2024"
exclude = [".github/"]
keywords = ["aarch64", "esr"]
license = "Apache-2.0"
name = "aarch64-esr-decoder"
readme = "README.md"
repository = "https://github.com/google/aarch64-esr-decoder/"
version = "0.2.4"
[package.metadata.deb]
copyright = "Google LLC"
extended-description = ""
section = "devel"