# 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 = "json-minimal-tests" version = "0.1.9" authors = ["Luni-4 "] 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" keywords = ["json-diff", "minimal-tests"] license = "MIT" repository = "https://github.com/Luni-4/json-minimal-tests" resolver = "2" [[bin]] name = "json-minimal-tests" [dependencies.assert-json-diff] version = "^2" [dependencies.clap] version = "^2.33" [dependencies.crossbeam] version = "^0.8" [dependencies.encoding_rs] version = "^0.8" [dependencies.html-escape] version = "^0.2" [dependencies.num_cpus] version = "^1.13" [dependencies.regex] version = "^1" [dependencies.serde_json] version = "^1.0" [dependencies.walkdir] version = "^2.3"