# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "selective_assertions" version = "0.3.0" authors = ["Daisuke Ito "] description = "Macros for asserting equality of structs with the flexibility to exclude or focus on specific fields." readme = "README.md" keywords = [ "macro", "test", "testing", "assertions", "assert", ] license = "MIT" repository = "https://github.com/poi2/selective_assertions" [dependencies.paste] version = "1.0.15" [dev-dependencies.derive-getters] version = "0.4.0" [dev-dependencies.getset] version = "0.1.2"