[package] name = "hodoku" version = "0.1.5" authors = ["John-John Tedro "] edition = "2021" rust-version = "1.56" description = "A simple collection of macros to aid diagnostics during testing." documentation = "https://docs.rs/hodoku" readme = "README.md" homepage = "https://github.com/udoprog/hodoku" repository = "https://github.com/udoprog/hodoku" license = "MIT/Apache-2.0" keywords = ["no_std", "testing"] categories = ["development-tools", "no-std"] [lib] proc-macro = true path = "src/lib.rs"