# 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 = "2018" name = "lit" version = "1.0.4" authors = ["Dylan McKay "] description = "Integrated testing tool, inspired by LLVM's 'lit' testing script" documentation = "https://docs.rs/lit" keywords = ["testing"] license = "MIT" repository = "https://github.com/dylanmckay/lit" [dependencies.clap] version = "2.33" optional = true [dependencies.error-chain] version = "0.12" [dependencies.itertools] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3" [dependencies.tempfile] version = "3.1" [dependencies.term] version = "0.6" [dependencies.walkdir] version = "2.3" [dev-dependencies.pretty_env_logger] version = "0.4" [features] default = ["clap"]