ruda-driver-cpu 0.1.2

CPU driver backend for Ruda
# 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 = "ruda-driver-cpu"
version = "0.1.2"
authors = ["marcantoinem <marc-antoine.m@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CPU driver backend for Ruda"
readme = "README.md"
keywords = ["cpu"]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/shuqi2077/RUDA/tree/main/ruda-driver-cpu"

[features]
default = [
    "std",
    "ruda/runtime-default",
    "ruda-core/std",
    "ruda-kernel/frontend-default",
]
mlir-dump = ["ruda-compiler/mlir-dump"]
std = [
    "ruda/runtime-std",
    "ruda-core/std",
    "ruda-kernel/frontend-std",
]
tracing = [
    "ruda/runtime-tracing",
    "ruda-core/tracing",
    "ruda-kernel/frontend-tracing",
    "ruda-compiler/optimizer-tracing",
]

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

[dependencies.bytemuck]
version = "1.16.1"

[dependencies.derive-new]
version = "0.7.0"
default-features = false

[dependencies.half]
version = "2.5"
features = [
    "alloc",
    "num-traits",
    "serde",
]
default-features = false

[dependencies.log]
version = "^0.4.22"
default-features = false

[dependencies.paste]
version = "1"

[dependencies.ruda]
version = "0.1.4"
features = [
    "runtime",
    "runtime-channel-mutex",
    "runtime-std",
    "runtime-storage-bytes",
]
default-features = false

[dependencies.ruda-compiler]
version = "0.1.3"
features = ["mlir"]
default-features = false

[dependencies.ruda-core]
version = "0.1.3"
features = ["std"]
default-features = false

[dependencies.ruda-kernel]
version = "0.1.3"
features = [
    "frontend",
    "frontend-std",
    "library",
    "lowering-mlir",
]
default-features = false

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.sysinfo]
version = "0.38.0"

[dependencies.tracel-llvm]
version = "20.1.4-6"
features = ["mlir-helpers"]

[dev-dependencies.paste]
version = "1"

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

[dev-dependencies.test-log]
version = "^0.2"
features = ["trace"]
default-features = false

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"
invalid_html_tags = "warn"