keleusma 0.1.1

Total Functional Stream Processor with definitive WCET and WCMU verification, targeting no_std + alloc embedded scripting
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.88"
name = "keleusma"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Total Functional Stream Processor with definitive WCET and WCMU verification, targeting no_std + alloc embedded scripting"
homepage = "https://github.com/sgeos/keleusma"
documentation = "https://docs.rs/keleusma"
readme = "README.md"
keywords = [
    "scripting",
    "bytecode",
    "no-std",
    "wcet",
    "embedded",
]
categories = [
    "no-std",
    "compilers",
    "embedded",
]
license = "0BSD"
repository = "https://github.com/sgeos/keleusma"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
sdl3-example = ["dep:sdl3"]

[lib]
name = "keleusma"
path = "src/lib.rs"

[[example]]
name = "generic_identity"
path = "examples/generic_identity.rs"

[[example]]
name = "generic_match"
path = "examples/generic_match.rs"

[[example]]
name = "generic_struct"
path = "examples/generic_struct.rs"

[[example]]
name = "method_call"
path = "examples/method_call.rs"

[[example]]
name = "monomorphize_generic_method"
path = "examples/monomorphize_generic_method.rs"

[[example]]
name = "piano_roll"
path = "examples/piano_roll.rs"
required-features = ["sdl3-example"]

[[example]]
name = "regenerate_zero_copy_bytecode"
path = "examples/regenerate_zero_copy_bytecode.rs"

[[example]]
name = "string_ops"
path = "examples/string_ops.rs"

[[example]]
name = "struct_method_dispatch"
path = "examples/struct_method_dispatch.rs"

[[example]]
name = "target_aware_compile"
path = "examples/target_aware_compile.rs"

[[example]]
name = "wcmu_attestation"
path = "examples/wcmu_attestation.rs"

[[example]]
name = "wcmu_basic"
path = "examples/wcmu_basic.rs"

[[example]]
name = "wcmu_rejection"
path = "examples/wcmu_rejection.rs"

[[example]]
name = "yield_error"
path = "examples/yield_error.rs"

[[example]]
name = "zero_copy_include_bytes"
path = "examples/zero_copy_include_bytes.rs"

[[test]]
name = "kstring_boundary"
path = "tests/kstring_boundary.rs"

[[test]]
name = "marshall"
path = "tests/marshall.rs"

[dependencies.allocator-api2]
version = "0.4"
features = ["alloc"]
default-features = false

[dependencies.keleusma-arena]
version = "0.2"
features = ["alloc"]

[dependencies.keleusma-macros]
version = "0.1.0"

[dependencies.libm]
version = "0.2"

[dependencies.rkyv]
version = "0.8"
features = [
    "alloc",
    "bytecheck",
]
default-features = false

[dependencies.sdl3]
version = "0.18"
features = ["build-from-source-static"]
optional = true