[package]
edition = "2021"
name = "s_test_fixture"
version = "0.1.8"
description = "s_test_fixture or simple test fixture is a macro library to implement test fixture with no hassle"
documentation = "https://docs.rs/s_test_fixture/"
readme = "readme.md"
keywords = ["fixture", "unit-test"]
license = "MIT"
repository = "https://gitlab.com/constraintAutomaton/testing-utility"
resolver = "2"
[lib]
proc-macro = true
[dependencies.quote]
version = "1.0.8"
[dependencies.syn]
version = "1.0.57"
features = ["full"]
[badges.maintenance]
status = "passively-maintained"