# 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-framework" version = "0.2.0" authors = ["Egor Larionov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apple `Accelerate.framework` Rust wrapper" homepage = "https://lib.rs/crates/accelerate-framework" documentation = "https://docs.rs/elrnv/accelerate" readme = "README.md" keywords = [ "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_framework" path = "src/lib.rs" [dependencies.accelerate-sys] version = "0.2"