[package] name = "judge-framework" version = "0.1.1" edition = "2021" license = "GPL-2.0" readme = "README.md" documentation = "https://gitlab.f-code.tech/rode-battle/judge-framework" repository = "https://gitlab.f-code.tech/rode-battle/judge-framework" homepage = "https://gitlab.f-code.tech/rode-battle/judge-framework" description = """ An framework for online judge system """ [dependencies] chromiumoxide = { version = "0.6.0", default-features = false, features = ["tokio-runtime"] } const_format = "0.2.32" futures-util = "0.3.30" image = "0.25.2" libseccomp = "0.3.0" nix = { version = "0.29.0", features = ["fs", "process", "resource", "signal"] } pixelmatch = "0.1.0" rayon = "1.10.0" similar = "2.6.0" tempfile = "3.11.0" thiserror = "1.0.63" tokio = { version = "1.39.2", features = ["full"] } [dev-dependencies] rstest = "0.22.0"