# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "emjudge-judgecore" version = "0.1.12" build = "build.rs" links = "cgroup" description = "Emjudge-Judgecore is a comprehensive library designed for the evaluation and testing of executing programs against specific specifications. Offering a robust judging system, it provides the framework for running and assessing programs within defined criteria, making it an essential tool for comprehensive program evaluation and testing." license = "MIT" [lib] name = "emjudge_judgecore" path = "src/lib.rs" [[bench]] name = "only_run_benchmark" harness = false [[bench]] name = "run_and_eval_benchmark" harness = false [[bench]] name = "run_and_interact_benchmark" harness = false [dependencies.config] version = "0.13.4" [dependencies.json5] version = "0.4.1" [dependencies.libc] version = "0.2.152" [dependencies.nix] version = "0.27.1" features = [ "process", "signal", "resource", ] [dependencies.psutil] version = "3.3.0" [dependencies.ron] version = "0.8.1" [dependencies.rust-ini] version = "0.20.0" [dependencies.serde] version = "1.0.194" [dependencies.serde_json] version = "1.0.111" [dependencies.serde_with] version = "3.4.0" [dependencies.serde_yaml] version = "0.9.30" [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1.35.1" features = [ "rt", "process", "fs", "time", "io-std", "io-util", "macros", "rt-multi-thread", ] optional = true [dependencies.toml] version = "0.8.8" [dependencies.users] version = "0.11.0" [dependencies.uuid] version = "1.6.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.pkg-config] version = "0.3.16" [features] cgroup = ["quantity"] cgroup_v2 = ["cgroup"] compile = [ "result", "tokio", ] default = ["result"] full = ["test"] full_v2 = [ "full", "cgroup_v2", ] program = ["settings"] quantity = [] result = [ "program", "quantity", ] run = [ "result", "cgroup", "tokio", ] settings = [] test = [ "run", "compile", ]