# 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 = "cargo-darwin" version = "0.3.1" description = "Darwin mutates your code, if your code still passes check tests, then your code isn't enough tested." readme = "Readme.md" keywords = [ "mutation-testing", "testing", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Akanoa/cargo-darwin/tree" [dependencies.clap] version = "4.5.3" features = [ "derive", "string", ] [dependencies.colored] version = "2.1.0" [dependencies.dunce] version = "1.0.4" [dependencies.env_logger] version = "0.11.3" features = ["color"] [dependencies.eyre] version = "0.6.12" [dependencies.globwalk] version = "0.9.1" [dependencies.imara-diff] version = "0.1.5" [dependencies.log] version = "0.4.21" [dependencies.proc-macro2] version = "1.0.79" features = ["span-locations"] [dependencies.syn] version = "2.0.53" features = [ "parsing", "full", ] [dependencies.text-diff] version = "0.4.0" [dependencies.tree-sitter] version = "0.20.10" [dependencies.tree-sitter-rust] version = "0.20.4" [dependencies.wait-timeout] version = "0.2.0" [dependencies.walkdir] version = "2.5.0"