# 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 = "acadchecker" version = "0.1.4" authors = ["Irina Nita"] description = "CLI tool for building checkers used in programming contests or homeworks." readme = "README.md" license = "MIT" repository = "https://github.com/acadnet-dev/checker-rs" resolver = "1" [dependencies.acadcheck] version = "0.1.12" features = ["use-serde"] [dependencies.anyhow] version = "1.0" [dependencies.file_diff] version = "1.0.0" [dependencies.nix] version = "0.26.2" features = ["user"] [dependencies.psutil] version = "3.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.tempfile] version = "3" [dependencies.wait-timeout] version = "0.2.0"