# 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 = "toster" version = "1.2.2" authors = ["Mikołaj Kołek"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple-as-toast tester for C++ solutions to competitive programming exercises" homepage = "https://github.com/MikolajKolek/toster" readme = "README.md" license = "MIT" repository = "https://github.com/MikolajKolek/toster" [[bin]] name = "toster" path = "src/main.rs" [dependencies.atomic-counter] version = "1.0.1" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.comfy-table] version = "7.1.0" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.ctrlc] version = "3.4.1" [dependencies.directories] version = "5.0.1" [dependencies.human-panic] version = "1.2.2" [dependencies.indicatif] version = "0.17.7" features = ["rayon"] [dependencies.is_executable] version = "1.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.16.0" [dependencies.numeric-sort] version = "0.1.3" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.8.0" [dependencies.tempfile] version = "3.8.1" [dependencies.terminal_size] version = "0.3.0" [dependencies.wait-timeout] version = "0.2.0" [dependencies.which] version = "5.0.0" [build-dependencies.directories] version = "5.0.1" [target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies.command-fds] version = "0.2.3"