cctr 0.17.0

CLI Corpus Test Runner
# 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 = "cctr"
version = "0.17.0"
authors = ["Andreas Jansson"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI Corpus Test Runner"
homepage = "https://github.com/andreasjansson/cctr"
readme = "README-crates.md"
license = "MIT"
repository = "https://github.com/andreasjansson/cctr"

[lib]
name = "cctr"
path = "src/lib.rs"

[[bin]]
name = "cctr"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.atty]
version = "0.2"

[dependencies.cctr-corpus]
version = "0.17.0"

[dependencies.cctr-expr]
version = "0.17.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
    "color",
]

[dependencies.rayon]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tempfile]
version = "3"

[dependencies.termcolor]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"