morok-codegen 0.1.0-alpha.2

Backend code generation for the Morok ML compiler
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 = "morok-codegen"
version = "0.1.0-alpha.2"
authors = ["Patsakula Nikita <nikita.patsakula@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend code generation for the Morok ML compiler"
readme = "README.md"
license = "MIT"
repository = "https://github.com/npatsakula/morok"

[features]
default = []
mlir = ["dep:melior"]
tracing-verbose = []

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.melior]
version = "0.26.3"
features = ["ods-dialects"]
optional = true

[dependencies.morok-device]
version = "=0.1.0-alpha.2"

[dependencies.morok-dtype]
version = "=0.1.0-alpha.2"

[dependencies.morok-ir]
version = "=0.1.0-alpha.2"

[dependencies.morok-schedule]
version = "=0.1.0-alpha.2"

[dependencies.snafu]
version = "0.8.9"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.smallvec]
version = "1.15"

[dev-dependencies.test-case]
version = "3.3.1"