g-apple 0.1.0

Apple Metal/MPS GPU backend for the g tensor library
# 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"
rust-version = "1.85"
name = "g-apple"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apple Metal/MPS GPU backend for the g tensor library"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/9nunya/G"

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

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

[dependencies.objc2]
version = "0.6.4"
features = ["std"]
default-features = false

[dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "std",
    "NSArray",
    "NSDictionary",
    "NSObject",
    "NSValue",
]
default-features = false

[dependencies.objc2-metal]
version = "0.3.2"
features = [
    "std",
    "MTLDevice",
    "MTLCommandQueue",
    "MTLBuffer",
    "MTLResource",
    "MTLTypes",
]
default-features = false

[dependencies.objc2-metal-performance-shaders]
version = "0.3.2"
features = [
    "std",
    "MPSCore",
    "MPSCoreTypes",
    "MPSNDArray",
]
default-features = false

[dependencies.objc2-metal-performance-shaders-graph]
version = "0.3.2"
features = [
    "std",
    "objc2-metal-performance-shaders",
    "MPSGraph",
    "MPSGraphCore",
    "MPSGraphDevice",
    "MPSGraphExecutable",
    "MPSGraphOperation",
    "MPSGraphTensor",
    "MPSGraphTensorData",
    "MPSGraphMemoryOps",
    "MPSGraphMatrixMultiplicationOps",
]
default-features = false