# 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 = "2018" name = "aarch64-esr-decoder" version = "0.2.3" authors = ["Andrew Walbran "] exclude = [".github/"] 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" [dependencies.bit_field] version = "0.10.1" [dependencies.thiserror] version = "1.0.30"