min_infmachine_lltk 0.1.0

The MinInfMachine Low Level Toolkit.
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 = "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"