# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-flaky" version = "0.3.1" authors = ["marin postma "] description = "A cargo sub-command to helps you find flaky tests" license = "MIT" repository = "https://github.com/MarinPostma/cargo-flaky" [dependencies.anyhow] version = "1.0.40" [dependencies.chrono] version = "0.4.19" [dependencies.ctrlc] version = "3.1.9" [dependencies.indicatif] version = "0.16.2" [dependencies.num_cpus] version = "1.13.0" [dependencies.once_cell] version = "1.7.2" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dependencies.subprocess] version = "0.2.7" [dependencies.tempfile] version = "3.2.0"