[package]
edition = "2021"
rust-version = "1.75"
name = "aocl-error"
version = "0.1.0"
authors = ["Eric Evans <ciresnave@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared error type for the aocl-* family of crates"
readme = "README.md"
keywords = [
"aocl",
"amd",
"error",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/aocl"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "aocl_error"
path = "src/lib.rs"
[dependencies.thiserror]
version = "1"