axis 0.1.0

Named-axis tensors, training, and executable research invariants on NVIDIA cuTile
# 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.89"
name = "axis"
version = "0.1.0"
build = false
include = [
    "src/**",
    "README.md",
    "LICENSE.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Named-axis tensors, training, and executable research invariants on NVIDIA cuTile"
homepage = "https://github.com/furkanhaney/axis"
documentation = "https://docs.rs/axis"
readme = "README.md"
keywords = [
    "machine-learning",
    "cuda",
    "tensor",
    "gpu",
    "research",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/furkanhaney/axis"

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

[dependencies.cutile]
version = "=0.3.1"