ringkernel-ir 0.4.0

Intermediate Representation for RingKernel GPU code generation
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 = "2021"
name = "ringkernel-ir"
version = "0.4.0"
authors = ["RingKernel Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Intermediate Representation for RingKernel GPU code generation"
readme = "README.md"
keywords = [
    "gpu",
    "ir",
    "codegen",
    "cuda",
    "wgsl",
]
categories = [
    "compilers",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ringkernel/ringkernel"

[features]
default = []
optimization = []
validation = []

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

[dependencies.petgraph]
version = "0.7"

[dependencies.string-interner]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"