keleusma-cli 0.2.1

Standalone command-line frontend for Keleusma. Provides a script runner, a bytecode compiler, and an interactive REPL so users can work with Keleusma scripts without writing any Rust host code.
# 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-cli"
version = "0.2.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone command-line frontend for Keleusma. Provides a script runner, a bytecode compiler, and an interactive REPL so users can work with Keleusma scripts without writing any Rust host code."
homepage = "https://github.com/sgeos/keleusma"
documentation = "https://docs.rs/keleusma-cli"
readme = "README.md"
keywords = [
    "scripting",
    "bytecode",
    "repl",
    "wcet",
    "embedded",
]
categories = [
    "command-line-utilities",
    "compilers",
]
license = "0BSD"
repository = "https://github.com/sgeos/keleusma"

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

[[bin]]
name = "keleusma"
path = "src/main.rs"
doc = false

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

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

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

[dependencies.ed25519-dalek]
version = "2"
features = [
    "alloc",
    "rand_core",
]
default-features = false

[dependencies.keleusma]
version = "0.2"
features = [
    "shell",
    "signatures",
    "encryption",
]

[dependencies.keleusma-arena]
version = "0.3.1"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
default-features = false

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.signal-hook]
version = "0.3"
default-features = false

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[dependencies.x25519-dalek]
version = "2"
features = [
    "alloc",
    "static_secrets",
]
default-features = false