[package]
edition = "2024"
rust-version = "1.85"
name = "litelite"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A kit for purpose-sized languages: buy total verification with smallness. Diagnostics, lexing, parsing, fuel, and capability tables — the invariants paid once."
readme = "README.md"
keywords = [
"language",
"compiler",
"sandbox",
"fuel",
"verification",
]
categories = [
"compilers",
"parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/compusophy/litelite"
[lib]
name = "litelite"
path = "src/lib.rs"
[dependencies.caplite]
version = "0.2.0"
[dependencies.diaglite]
version = "0.2.0"
[dependencies.evmlite]
version = "0.2.0"
[dependencies.fuellite]
version = "0.2.0"
[dependencies.lexlite]
version = "0.2.0"
[dependencies.modlite]
version = "0.2.0"
[dependencies.parselite]
version = "0.2.0"