tl-gpu 0.3.0

GPU tensor compute for ThinkingLanguage via wgpu
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 = "tl-gpu"
version = "0.3.0"
authors = ["Mallesh Madapathi <mallesh@thinkingdbx.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU tensor compute for ThinkingLanguage via wgpu"
homepage = "https://github.com/mplusm/thinkinglanguage"
readme = "README.md"
keywords = [
    "data-engineering",
    "language",
    "ai",
    "pipeline",
    "etl",
]
categories = [
    "compilers",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/mplusm/thinkinglanguage"
resolver = "2"

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

[dependencies.bytemuck]
version = "1"
features = ["derive"]

[dependencies.ndarray]
version = "0.15"

[dependencies.pollster]
version = "0.4"

[dependencies.tl-ai]
version = "0.3.0"

[dependencies.wgpu]
version = "24"

[dev-dependencies.env_logger]
version = "0.11"