# 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 = "eval-stack" version = "0.1.0" authors = ["苏向夜 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extremely fast async online judge evaluation system for ACM/OI contests." homepage = "https://github.com/swpu-acm/eval-stack" readme = "README.md" keywords = [ "oj", "online-judge", "acm", "oi", ] license = "AGPL-3.0" repository = "https://github.com/swpu-acm/eval-stack" [lib] name = "eval_stack" path = "src/lib.rs" [[bin]] name = "eval-stack" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.libc] version = "0.2.161" [dependencies.nix] version = "0.29.0" features = ["user"] [dependencies.tokio] version = "1.41.0" features = ["full"]