metaltile 0.1.0

Rust DSL for writing Apple Metal GPU kernels — write once, run fast on Apple Silicon
Documentation
# 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 = "metaltile"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust DSL for writing Apple Metal GPU kernels — write once, run fast on Apple Silicon"
homepage = "https://github.com/metaltile/metaltile"
documentation = "https://docs.rs/metaltile"
readme = "README.md"
keywords = [
    "metal",
    "gpu",
    "apple-silicon",
    "dsl",
    "shader",
]
categories = [
    "compilers",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/metaltile/metaltile"
resolver = "2"

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

[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"

[dependencies.metaltile-codegen]
version = "0.1.0"

[dependencies.metaltile-core]
version = "0.1.0"

[dependencies.metaltile-macros]
version = "0.1.0"

[dependencies.metaltile-runtime]
version = "0.1.0"

[dev-dependencies.trybuild]
version = "1"