aocl-crypto 0.1.0

Safe Rust wrappers for AOCL-Cryptography (ALCP)
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 = "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"