[package]
edition = "2021"
rust-version = "1.85"
name = "arrowmetal-sys"
version = "0.1.0"
build = "build.rs"
links = "ArrowMetalC"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI declarations for libArrowMetalC, ArrowMetal's C ABI (include/arrowmetal.h)"
homepage = "https://arrowmetal.org"
documentation = "https://github.com/singhpratech/ArrowMetal/blob/main/docs/RUST.md"
readme = "README.md"
keywords = [
"arrow",
"metal",
"gpu",
"apple-silicon",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/singhpratech/ArrowMetal"
[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]
[lib]
name = "arrowmetal_sys"
path = "src/lib.rs"
[dependencies]