amx-sys 0.0.3

Low-level AMX (Apple Matrix eXtensions) inline assembly — exact mirror of aarch64.h
# 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 = "amx-sys"
version = "0.0.3"
authors = ["AMX Project"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level AMX (Apple Matrix eXtensions) inline assembly — exact mirror of aarch64.h"
readme = "README.md"
keywords = [
    "amx",
    "matrix",
    "acceleration",
    "arm",
    "simd",
]
categories = [
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eugenehp/amx-rs"

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

[[bench]]
name = "amx_bench"
path = "benches/amx_bench.rs"
harness = false

[dependencies]

[dev-dependencies]

[build-dependencies.cc]
version = "1"