cutile-compiler 0.0.1

Crate for compiling kernels authored in cuTile Rust to executable kernels.
# 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.89"
name = "cutile-compiler"
version = "0.0.1"
authors = ["Melih Elibol"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for compiling kernels authored in cuTile Rust to executable kernels."
readme = "README.md"
keywords = [
    "cutile",
    "compiler",
    "gpu",
]
license = "Apache-2.0"
repository = "https://github.com/nvlabs/cutile-rs"

[features]
default = []

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

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

[dependencies.anyhow]
version = "1"

[dependencies.cuda-async]
version = "0.0.1"

[dependencies.cuda-core]
version = "0.0.1"

[dependencies.cutile-ir]
version = "0.0.1"

[dependencies.half]
version = "2"

[dependencies.prettyplease]
version = "0.2.35"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.35"

[dependencies.regex]
version = "1.11.1"

[dependencies.stacker]
version = "0.1"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
    "visit",
    "visit-mut",
    "fold",
]

[dependencies.uuid]
version = "1.17"
features = ["v4"]