[package] name = "selective_assertions" description = "Macros for asserting equality of structs with the flexibility to exclude or focus on specific fields." version = "0.3.0" edition = "2021" authors = ["Daisuke Ito "] license = "MIT" keywords = ["macro", "test", "testing", "assertions", "assert"] readme = "README.md" repository = "https://github.com/poi2/selective_assertions" [dependencies] paste = "1.0.15" [dev-dependencies] derive-getters = "0.4.0" getset = "0.1.2"