code-executor 1.0.1

A code runner library for online judge system
Documentation
[package]
name = "code-executor"
version = "1.0.1"
edition = "2024"
license = "MIT"
readme = "README.md"
repository = "https://github.com/f-code-club/code-executor"
homepage = "https://github.com/f-code-club/code-executor"
description = """
A code runner library for online judge system
"""

[dependencies]
bon = "3.8.1"
byte-unit = "5.2.0"
cgroups-rs = "0.5.0"
state-shift = "2.1.1"
tokio = { version = "1.48.0", features = ["full"] }
uuid = { version = "1.19.0", features = ["v4", "fast-rng"] }

[dev-dependencies]
rand = "0.9.2"
rstest = "0.26.1"