[package]
edition = "2024"
name = "cann"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrapper for Huawei Ascend CANN NPU SDK"
documentation = "https://docs.rs/cann"
readme = "README.md"
keywords = [
"ascend",
"cann",
"huawei",
"npu",
]
categories = [
"api-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cann-rs/cann-rs"
resolver = "2"
[lib]
name = "cann"
path = "src/lib.rs"
[[bin]]
name = "cann"
path = "src/main.rs"
[dependencies.cann-sys]
version = "0.1.1"
features = ["ffi"]