code-executor 2.3.0

A library designed for the backend of competitive programming platforms
Documentation
[dependencies.cgroups-rs]
version = "0.3.4"

[dependencies.libseccomp]
version = "0.4.0"

[dependencies.state-shift]
version = "2.1.1"

[dependencies.thiserror]
version = "2.0.9"

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

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.rstest]
version = "0.25.0"

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

[[example]]
name = "custom-language"
path = "examples/custom-language.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A library designed for the backend of competitive programming platforms
"""
edition = "2024"
homepage = "https://github.com/akagiyuu/code-executor"
license = "MIT"
name = "code-executor"
readme = "README.md"
repository = "https://github.com/akagiyuu/code-executor"
version = "2.3.0"

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