lit 0.3.0

Integrated testing tool, inspired by LLVM's 'lit' testing script
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lit"
version = "0.3.0"
authors = ["Dylan McKay <me@dylanmckay.io>"]
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.error-chain]
version = "0.12"

[dependencies.lazy_static]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.term]
version = "0.5"

[dependencies.walkdir]
version = "2.1"