[package]
edition = "2021"
rust-version = "1.81"
name = "tigrbl_rs_kernel"
version = "0.1.12"
authors = ["Jacob Stewart <jacob@swarmauri.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust kernel compiler, packed plan model, and optimizer passes for Tigrbl."
homepage = "https://github.com/swarmauri/tigrbl"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/swarmauri/tigrbl"
[lib]
name = "tigrbl_rs_kernel"
path = "src/lib.rs"
[[test]]
name = "kernel_contract"
path = "tests/kernel_contract.rs"
[[test]]
name = "parity_contract"
path = "tests/parity_contract.rs"
[dependencies.tigrbl_rs_atoms]
version = "0.1.12"
[dependencies.tigrbl_rs_ports]
version = "0.1.12"
[dependencies.tigrbl_rs_spec]
version = "0.1.12"