[package]
edition = "2021"
rust-version = "1.75"
name = "aocl-crypto"
version = "0.1.0"
authors = ["Eric Evans <ciresnave@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for AOCL-Cryptography (ALCP)"
readme = "README.md"
keywords = [
"aocl",
"amd",
"alcp",
"sha",
"crypto",
]
categories = [
"api-bindings",
"cryptography",
]
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",
]
[features]
default = []
static-link = ["aocl-crypto-sys/static-link"]
[lib]
name = "aocl_crypto"
path = "src/lib.rs"
[dependencies.aocl-crypto-sys]
version = "0.1"
[dependencies.aocl-error]
version = "0.1"