ccode_runner 0.3.5

Run/compiles files and executes them efficiently
Documentation
[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.219"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dependencies.utoipa]
features = ["actix_extras"]
optional = true
version = "5.4.0"

[dependencies.which]
version = "8.0.0"

[features]
api = ["utoipa"]
default = []

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

[package]
authors = ["rootCircle <dev.frolics@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "command-line-utilities", "development-tools"]
description = "Run/compiles files and executes them efficiently"
edition = "2024"
homepage = "https://rootcircle.github.io/blog/project/cpast.html"
keywords = ["compiler", "code_runner"]
license = "GPL-3.0-or-later"
name = "ccode_runner"
readme = "README.md"
repository = "https://github.com/rootCircle/cpast_mono"
rust-version = "1.88"
version = "0.3.5"

[[test]]
name = "programs"
path = "tests/programs/main.rs"

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

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