sim-lib-interference-compute 0.1.0

Normalized tile-local f32 Tensor lowering for coherent interference.
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 = "sim-lib-interference-compute"
version = "0.1.0"
build = "build.rs"
include = [
    "/src/**",
    "/recipes/**",
    "/build.rs",
    "/README.md",
    "/BROCHURE.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Normalized tile-local f32 Tensor lowering for coherent interference."
homepage = "https://github.com/sim-nest/sim-interference"
readme = "README.md"
keywords = [
    "interference",
    "tensor",
    "compute",
    "simulation",
]
categories = [
    "science",
    "simulation",
]
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-interference"

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

[dependencies.sim-cookbook]
version = "0.2.0"

[dependencies.sim-kernel]
version = "0.2.0"

[dependencies.sim-lib-interference-core]
version = "0.1.0"

[dependencies.sim-lib-interference-runtime]
version = "0.1.0"

[dependencies.sim-lib-interference-solve]
version = "0.1.0"

[dependencies.sim-lib-numbers-tensor]
version = "0.2.1"

[dev-dependencies.sim-kernel]
version = "0.2.0"
features = ["test-support"]

[dev-dependencies.sim-lib-compute-auto]
version = "0.3.0"

[dev-dependencies.sim-lib-compute-model]
version = "0.3.0"

[dev-dependencies.sim-lib-compute-wgpu]
version = "0.2.0"

[dev-dependencies.sim-lib-numbers-arith]
version = "0.3.0"

[dev-dependencies.sim-lib-numbers-float]
version = "0.3.0"

[build-dependencies.sim-cookbook]
version = "0.2.0"

[lints.rust]
unsafe_code = "forbid"