[package] name = "hamcrest2" description = """ A port of the Hamcrest testing library. Fork of original hamcrest-rust (which is unmaintained) with extra matchers, better docs etc. """ version = "0.3.0" keywords = ["unit", "matcher", "testing", "assertions", "tdd"] categories = ["development-tools", "development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/Valloric/hamcrest2-rust" documentation = "https://docs.rs/hamcrest2" readme = "README.md" edition = "2018" authors = [ "Val Markovic ", "Carl Lerche ", "Alex Crichton ", "Ben Longbons ", "Graham Dennis ", "Michael Gehring ", "Oliver Mader ", "Robin Gloster ", "Steve Klabnik ", "Tamir Duberstein ", "Thiago Pontes ", "Urban Hafner ", "Valerii Hiora ", "Yehuda Katz ", "Ian Létourneau ", "Matt LaChance ", "Flier Lu ", "Povilas Balciunas ", ] [dependencies] num = "0.2" regex = "1" [badges] travis-ci = { repository = "Valloric/hamcrest2-rust" }