[project] name = "hamcrest" description = "A port of the Hamcrest testing library" version = "0.1.5" keywords = ["unit", "matcher", "testing", "assertions", "tdd"] categories = ["development-tools", "development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/ujh/hamcrest-rust" documentation = "https://docs.rs/hamcrest" readme = "README.md" authors = [ "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.1.40" regex = "0.2.2"