code-executor 1.1.0

A library designed for the backend of competitive programming platforms
Documentation
[package]
name = "code-executor"
version = "1.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
repository = "https://github.com/akagiyuu/code-executor"
homepage = "https://github.com/akagiyuu/code-executor"
description = """
A library designed for the backend of competitive programming platforms
"""

[dependencies]
bon = "3.3.2"
libseccomp = "0.3.0"
nix = { version = "0.29.0", features = ["fs", "process", "resource", "signal"] }
quickcheck_macros = "1.0.0"
thiserror = "2.0.9"

[dev-dependencies]
anyhow = "1.0.95"
rand = "0.8.5"
rstest = "0.23.0"
tempfile = "3.14.0"