# 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 = "pymute" version = "0.1.2" description = "Pymute: A Mutation Testing Tool for Python/Pytest written in Rust" readme = "README.md" license = "Unlicense" repository = "https://github.com/LeSasse/pymute" [lib] path = "src/lib.rs" [[bin]] name = "pymute" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.cp_r] version = "0.5.1" [dependencies.ctrlc] version = "3.4.4" [dependencies.glob] version = "0.3.1" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.tempfile] version = "3.10.1"