# 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 = "judge-framework" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ An framework for online judge system """ homepage = "https://gitlab.f-code.tech/rode-battle/judge-framework" documentation = "https://gitlab.f-code.tech/rode-battle/judge-framework" readme = "README.md" license = "GPL-2.0" repository = "https://gitlab.f-code.tech/rode-battle/judge-framework" [lib] name = "judge_framework" path = "src/lib.rs" [dependencies.chromiumoxide] version = "0.6.0" features = ["tokio-runtime"] default-features = false [dependencies.const_format] version = "0.2.32" [dependencies.futures-util] version = "0.3.30" [dependencies.image] version = "0.25.2" [dependencies.libseccomp] version = "0.3.0" [dependencies.nix] version = "0.29.0" features = [ "fs", "process", "resource", "signal", ] [dependencies.pixelmatch] version = "0.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.similar] version = "2.6.0" [dependencies.tempfile] version = "3.11.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dev-dependencies.rstest] version = "0.22.0"