json-minimal-tests 0.1.4

Extracts minimal tests from the source codes of a repository when there are differences between the metrics computed before and after an update of a language parser.
[[bin]]
name = "json-minimal-tests"
[dependencies.assert-json-diff]
version = "^2"

[dependencies.clap]
version = "^2.33"

[dependencies.rayon]
version = "^1.5"

[dependencies.regex]
version = "^1"

[dependencies.serde_json]
version = "^1.0"

[dependencies.walkdir]
version = "^2.3"

[package]
authors = ["Luni-4 <luni-4@hotmail.it>"]
description = "Extracts minimal tests from the source codes of a repository when\nthere are differences between the metrics computed before and after\nan update of a language parser.\n"
edition = "2018"
keywords = ["json-diff", "minimal-tests"]
license = "MIT"
name = "json-minimal-tests"
repository = "https://github.com/Luni-4/json-minimal-tests"
version = "0.1.4"