# 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 = "2018" name = "runt" version = "0.4.1" authors = ["Rachit Nigam "] description = "A lightweight and parallel snapshot testing framework." readme = "README.md" keywords = [ "testing", "snapshot-testing", ] categories = ["development-tools::testing"] license-file = "LICENSE" repository = "https://github.com/rachitnigam/runt" [dependencies.argh] version = "0.1" [dependencies.atty] version = "0.2" [dependencies.colored] version = "2" [dependencies.difference] version = "2" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.num_cpus] version = "1.13" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "process", "macros", "fs", "time", ] [dependencies.toml] version = "0.5"