hamcrest2 0.2.3

A port of the Hamcrest testing library. Fork of original hamcrest-rust (which is unmaintained) with extra matchers, better docs etc.
Documentation
# 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 = "hamcrest2"
version = "0.2.3"
authors = ["Val Markovic <val@markovic.io>", "Carl Lerche <me@carllerche.com>", "Alex Crichton <alex@alexcrichton.com>", "Ben Longbons <b.r.longbons@gmail.com>", "Graham Dennis <graham.dennis@gmail.com>", "Michael Gehring <mg@ebfe.org>", "Oliver Mader <b52@reaktor42.de>", "Robin Gloster <robin@loc-com.de>", "Steve Klabnik <steve@steveklabnik.com>", "Tamir Duberstein <tamird@gmail.com>", "Thiago Pontes <thiagopnts@gmail.com>", "Urban Hafner <contact@urbanhafner.com>", "Valerii Hiora <valerii.hiora@gmail.com>", "Yehuda Katz <wycats@gmail.com>", "Ian Létourneau <letourneau.ian@gmail.com>", "Matt LaChance <mattlach@umich.edu>", "Flier Lu <flier.lu@gmail.com>", "Povilas Balciunas <balciunas90@gmail.com>"]
description = "A port of the Hamcrest testing library. Fork of original\nhamcrest-rust (which is unmaintained) with extra matchers, better docs etc.\n"
documentation = "https://docs.rs/hamcrest2"
readme = "README.md"
keywords = ["unit", "matcher", "testing", "assertions", "tdd"]
categories = ["development-tools", "development-tools::testing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Valloric/hamcrest2-rust"
[dependencies.num]
version = "0.1.*"

[dependencies.regex]
version = "1.*"
[badges.travis-ci]
repository = "Valloric/hamcrest2-rust"