# 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 = "goldentests" version = "1.1.1" authors = ["Jake Fecher "] description = "A golden file testing library where tests can be configured within the same test file" homepage = "https://github.com/jfecher/golden-tests" documentation = "https://docs.rs/goldentests" readme = "README.md" keywords = [ "testing", "tests", "golden", ] categories = ["development-tools::testing"] license-file = "LICENSE" repository = "https://github.com/jfecher/golden-tests" [lib] name = "goldentests" [[bin]] name = "goldentests" doc = false required-features = ["binary"] [dependencies.clap] version = "3.0.14" features = ["derive"] optional = true [dependencies.colored] version = "2.0.0" [dependencies.indicatif] version = "0.16.2" optional = true [dependencies.rayon] version = "1.5.1" optional = true [dependencies.shlex] version = "1.1.0" [dependencies.similar] version = "2.1.0" [features] binary = [ "parallel", "progress-bar", "clap", ] default = ["parallel"] parallel = ["rayon"] progress-bar = ["indicatif"]