testgap 0.2.0

AI-powered test gap finder
# 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 = "testgap"
version = "0.2.0"
authors = ["Jade Soriano <jadesiguasoriano@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered test gap finder"
readme = "README.md"
keywords = [
    "testing",
    "coverage",
    "cli",
    "ai",
    "tree-sitter",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/jadessoriano/testgap"

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.testgap-core]
version = "0.2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

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

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