[dependencies.globwalk]
version = "0.9.1"
[dependencies.ignore]
version = "0.4.23"
[dependencies.proc-macro2]
version = "1.0.67"
[dependencies.quote]
version = "1.0.33"
[dependencies.syn]
features = ["full", "parsing", "extra-traits", "visit", "visit-mut"]
version = "2.0.33"
[lib]
name = "fixtures_proc"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Ben Heidemann <ben@heidemann.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "Run tests against fixtures"
edition = "2021"
homepage = "https://github.com/bcheidemann/fixtures-rs"
license-file = "LICENSE"
name = "fixtures_proc"
readme = "README.md"
repository = "https://github.com/bcheidemann/fixtures-rs"
version = "2.2.0"