[package]
edition = "2024"
rust-version = "1.88"
name = "glob_test"
version = "0.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate tests from a glob pattern"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/jprochazk/glob-test"
[lib]
name = "glob_test"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "insta"
path = "tests/insta.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"
[[test]]
name = "usage"
path = "tests/usage.rs"
[dependencies.glob]
version = "0.3.3"
[dependencies.proc-macro2]
version = "1.0.95"
features = ["span-locations"]
[dev-dependencies.insta]
version = "1.43.1"
[dev-dependencies.trybuild]
version = "1"