[package]
edition = "2024"
name = "ara2-sys"
version = "0.4.0"
authors = ["Au-Zone Technologies <support@au-zone.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libaraclient for the Kinara ARA-2 neural network accelerator"
homepage = "https://edgefirst.ai"
readme = "README.md"
keywords = [
"ffi",
"bindings",
"ara2",
"accelerator",
"edgefirst",
]
categories = [
"external-ffi-bindings",
"hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/ara2-rs"
[lib]
name = "ara2_sys"
path = "src/lib.rs"
[dependencies.libloading]
version = "0.8.9"