# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "galvanic-assert" version = "0.8.7" authors = ["Christopher Bacher "] description = "A comprehensive set of matcher-based assertions and expectations for easier testing.\n\nSupports checking properties of numbers, objects, enum variants, collections, panics, and more.\nStuctural matching enables you to integrate matchers into struct decompositions for less code repetition.\nIt's easy to write your own matchers for assertions too.\nThis crate will be part of the galvanic test framework (in development).\nYou can also use the assertions in another test framework of your choice.\nWorks on: stable, beta, and nightly" homepage = "https://github.com/mindsbackyard/galvanic-assert" documentation = "https://docs.rs/galvanic-assert" readme = "Readme.md" keywords = ["test", "assert", "matching", "fluent", "hamcrest"] categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/mindsbackyard/galvanic-assert" [badges.travis-ci] repository = "mindsbackyard/galvanic-assert"