tigrbl_rs_kernel 0.4.1-dev.3

Rust kernel compiler, packed plan model, and optimizer passes for Tigrbl.
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"
rust-version = "1.81"
name = "tigrbl_rs_kernel"
version = "0.4.1-dev.3"
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/tigrbl/tigrbl"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tigrbl/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.4.1-dev.3"

[dependencies.tigrbl_rs_ports]
version = "0.4.1-dev.3"

[dependencies.tigrbl_rs_spec]
version = "0.4.1-dev.3"