litelite 0.2.0

A kit for purpose-sized languages: buy total verification with smallness. Diagnostics, lexing, parsing, fuel, and capability tables — the invariants paid once.
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"
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"