[package] name = "s_test_fixture" version = "0.1.8" edition = "2021" license = "MIT" repository = "https://gitlab.com/constraintAutomaton/testing-utility" keywords = ["fixture", "unit-test"] readme = "readme.md" documentation = "https://docs.rs/s_test_fixture/" description = "s_test_fixture or simple test fixture is a macro library to implement test fixture with no hassle" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0.57", features = ["full"] } quote = "1.0.8" [badges] maintenance = { status = "passively-maintained" }