metal-rust 1.0.0

Safe Rust interfaces for Apple Metal
# 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"
rust-version = "1.91"
name = "metal-rust"
version = "1.0.0"
build = false
include = [
    "/src/**/*.rs",
    "/tests/**",
    "/api/**",
    "/docs/**",
    "/scripts/check-api-coverage.py",
    "/scripts/check-safety.py",
    "/scripts/generate_api_coverage.py",
    "/scripts/generate_api_inventory.py",
    "/scripts/generate_alias_types.py",
    "/scripts/generate_facade_types.py",
    "/scripts/generate_object_types.py",
    "/scripts/generate_struct_types.py",
    "/scripts/generate_value_types.py",
    "/Cargo.toml",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust interfaces for Apple Metal"
documentation = "https://docs.rs/metal-rust"
readme = "README.md"
keywords = [
    "apple",
    "gpu",
    "metal",
    "metal4",
    "graphics",
]
categories = [
    "api-bindings",
    "graphics",
]
license = "Apache-2.0"
repository = "https://github.com/gamesir-labs/Metal-Rust"
resolver = "2"

[package.metadata.docs.rs]
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
]

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

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

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

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

[dependencies.metal-rust-ffi]
version = "=1.0.0"

[dev-dependencies.static_assertions]
version = "1.1.0"