spoke 0.0.3

[coming soon] Simplified unit testing for Rust.
Documentation
[dependencies.proc-macro2]
features = ["span-locations", "proc-macro"]
version = "1"

[dependencies.unicode-ident]
version = "1"

[[example]]
name = "simple"
path = "examples/simple.rs"

[lib]
name = "spoke"
path = "src/lib.rs"
proc-macro = true

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Duncan Kimpton"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "[coming soon] Simplified unit testing for Rust."
edition = "2024"
license = "MIT"
name = "spoke"
readme = "README.md"
repository = "https://github.com/dgkimpton/spoke/tree/main"
version = "0.0.3"