glob_test 0.2.0

Generate tests from a glob pattern
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 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 = "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"