[package]
name = "rane"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "pure Rust driver for Apple Neural Engine"
repository = "https://github.com/cyberia-to/honeycrisp"
homepage = "https://github.com/cyberia-to/honeycrisp/tree/master/rane"
keywords = ["ane", "neural-engine", "apple-silicon", "inference", "macos"]
categories = ["os::macos-apis", "hardware-support", "science"]
readme = "README.md"
exclude = ["CLAUDE.md"]
[dependencies]
unimem.workspace = true
acpu.workspace = true
[lib]
name = "rane"
path = "src/lib.rs"
bin
name = "rane_probe"
path = "src/probe/main.rs"
example
name = "matmul"
path = "examples/matmul.rs"