cann-sys 0.1.0

Raw FFI bindings for Huawei Ascend CANN SDK (libascendcl)
# 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 = "2024"
name = "cann-sys"
version = "0.1.0"
build = "build.rs"
links = "ascendcl"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for Huawei Ascend CANN SDK (libascendcl)"
documentation = "https://docs.rs/cann-sys"
readme = false
keywords = [
    "ascend",
    "cann",
    "huawei",
    "npu",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cann-rs/cann-rs"
resolver = "2"

[features]
default = []
ffi = []

[lib]
name = "cann_sys"
path = "src/lib.rs"

[dependencies]