[[bin]]
name = "cargo-extract-test"
path = "src/main.rs"
[dependencies.walkdir]
version = "2"
[package]
authors = ["zk4x"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A Cargo subcommand to extract and run a single test function in isolation."
documentation = "https://docs.rs/cargo-extract-test"
edition = "2024"
homepage = "https://github.com/zk4x/cargo-extract-test"
keywords = ["cargo", "testing", "test-extraction", "rust"]
license = "MIT"
name = "cargo-extract-test"
readme = "README.md"
repository = "https://github.com/zk4x/cargo-extract-test"
version = "0.1.1"