mockito 0.10.0

HTTP mocking for Rust
Documentation
[package]
name = "mockito"
version = "0.10.0"
authors = ["Florin Lipan <florinlipan@gmail.com>"]
license = "MIT"
homepage = "https://github.com/lipanski/mockito"
repository = "https://github.com/lipanski/mockito"
documentation = "http://lipanski.github.io/mockito/"
description = "HTTP mocking for Rust"

[[bin]]
name = "mockito-server"
path = "src/main.rs"
doc = false

[dependencies]
rand = "^0.3.14"
http-muncher = "^0.3"
regex = "^0.2.2"
lazy_static = "^0.2"
serde_json = "^1.0.17"