run-kit 0.5.1

Universal multi-language runner and smart REPL
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 = "run-kit"
version = "0.5.1"
authors = ["Esubalew Chekol <esubalewchekol6@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal multi-language runner and smart REPL"
homepage = "https://esubalew.et"
documentation = "https://run.esubalew.et"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/esubaalew/run"

[package.metadata.deb]
maintainer = "Esubalew Chekol <esubalewchekol6@gmail.com>"
depends = "libc6 (>= 2.31)"
section = "utils"
priority = "optional"
license-file = [
    "LICENSE",
    "4",
]
assets = [
    [
    "target/release/run",
    "usr/bin/run",
    "755",
],
    [
    "README.md",
    "usr/share/doc/run/README.md",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/run/LICENSE",
    "644",
],
]
extended-description = "Universal multi-language runner and smart REPL with inline snippets, persistent sessions, and support for 20+ languages."

[features]
default = []
v2 = [
    "tokio",
    "notify",
    "futures",
    "reqwest",
    "wasmtime",
    "wasmtime-wasi",
    "rand_core",
    "serde_yaml",
]

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

[[bin]]
name = "run"
path = "src/main.rs"

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

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

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

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

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

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

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

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

[[bench]]
name = "run_v2"
path = "benches/run_v2.rs"
harness = false
required-features = ["v2"]

[dependencies.anyhow]
version = "1.0"

[dependencies.cap-std]
version = "3.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.notify]
version = "6.0"
optional = true

[dependencies.once_cell]
version = "1.19"

[dependencies.rand_core]
version = "0.6"
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
]
optional = true

[dependencies.rustyline]
version = "13.0"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.sha2]
version = "0.10"

[dependencies.syntect]
version = "5.2"

[dependencies.tempfile]
version = "3.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1"

[dependencies.wasmtime]
version = "25.0"
features = [
    "component-model",
    "cranelift",
    "async",
]
optional = true

[dependencies.wasmtime-wasi]
version = "25.0"
optional = true

[dependencies.which]
version = "6.0"

[dependencies.wit-parser]
version = "0.217.1"
features = ["decoding"]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.wat]
version = "1.244.0"

[build-dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false