aarch64-esr-decoder 0.2.4

A library and command-line utility for decoding aarch64 Exception Syndrome Register values.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "aarch64-esr-decoder"
version = "0.2.4"
authors = ["Andrew Walbran <qwandor@google.com>"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library and command-line utility for decoding aarch64 Exception Syndrome Register values."
readme = "README.md"
keywords = [
    "aarch64",
    "esr",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/google/aarch64-esr-decoder/"

[package.metadata.deb]
copyright = "Google LLC"
extended-description = ""
section = "devel"

[lib]
name = "aarch64_esr_decoder"
path = "src/lib.rs"

[[bin]]
name = "aarch64-esr-decoder"
path = "src/main.rs"

[dependencies.bit_field]
version = "0.10.1"

[dependencies.thiserror]
version = "2.0.12"