# 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 = "sleuth" version = "0.2.1" exclude = [".github"] description = "Extremely opinionated testing framework generating an exact specification and reducing code to its minimal implementation." readme = "README.md" keywords = [ "testing", "safety", "test", "compiler", "parser", ] categories = [ "development-tools", "development-tools::testing", "compilers", "compression", ] license = "Zlib" repository = "https://github.com/wrsturgeon/sleuth" [lib] crate-type = ["lib"] [dependencies.colored] version = ">=2" [dependencies.prettyplease] version = ">=0.2" [dependencies.sleuth-mutator] version = ">=0" [dependencies.syn] version = ">=2" features = [ "extra-traits", "full", ]