# 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 = "ahc-evaluation" version = "0.1.1" authors = ["pencoder"] description = "Evaluates the submission code for AHC (AtCoder Heuristic Contest)." readme = "README.md" keywords = [ "cli", "competitive", ] license = "MIT" repository = "https://github.com/atcoder8/ahc-evaluation" [dependencies.anyhow] version = "1.0.82" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.12.1" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.toml] version = "0.8.12"