# 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 = "stressed" version = "1.1.2" default-run = "stressed" description = "Universal CLI stress tester for competitive programming" homepage = "https://github.com/w3rew/stressed" documentation = "https://github.com/w3rew/stressed" readme = "README.md" keywords = [ "competitive", "stress-test", "checker", "solver", "generator", ] categories = [ "command-line-utilities", "asynchronous", ] license = "MIT" repository = "https://github.com/w3rew/stressed" [dependencies.async-trait] version = "0.1.72" [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.futures] version = "0.3.28" [dependencies.indicatif] version = "0.17.5" [dependencies.similar] version = "2.2.1" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tokio-util] version = "0.7.8" [features] multithreaded = []