# 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 = "2021" name = "accelerate-sys" version = "0.2.1" authors = ["Egor Larionov "] build = "build.rs" links = "Accelerate" autobins = false autoexamples = false autotests = false autobenches = false description = "Apple `Accelerate.framework` low-level FFI bindings" homepage = "https://lib.rs/crates/accelerate-framework-sys" documentation = "https://docs.rs/elrnv/accelerate-sys" readme = "README.md" keywords = [ "ffi", "accelerate", "sparse", "linear", "algebra", ] categories = [ "os::macos-apis", "external-ffi-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elrnv/accelerate-framework" [package.metadata.docs.rs] targets = [ "x86_64-apple-darwin", "aarch64-apple-ios", ] [lib] name = "accelerate_sys" path = "src/lib.rs" [dependencies.block] version = "0.1" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0"