[package]
edition = "2024"
name = "min_infmachine_lltk"
version = "0.1.0"
authors = ["Mateusz Szpakowski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The MinInfMachine Low Level Toolkit."
documentation = "https://docs.rs/min_infmachine_lltk"
readme = "README.md"
keywords = [
"logic",
"circuit",
"machine",
]
categories = [
"science",
"mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/matszpk/min_infmachine_lltk"
[lib]
name = "min_infmachine_lltk"
path = "src/lib.rs"
[[test]]
name = "builder"
path = "tests/builder.rs"
[[test]]
name = "handler"
path = "tests/handler.rs"
[[test]]
name = "handler_builder"
path = "tests/handler_builder.rs"
[[test]]
name = "handler_builder_ldh_safe"
path = "tests/handler_builder_ldh_safe.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "table_opt"
path = "tests/table_opt.rs"
[dependencies.gate_calc_log_bits]
version = "0.1.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.min_infmachine]
version = "0.1.0"