mockito 0.2.0

HTTP mocking for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mockito"
version = "0.2.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"

[dependencies]
hyper = "0.9.6"
rustc-serialize = "0.3.19"
rand = "0.3.14"