mockito 0.4.1

HTTP mocking for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mockito"
version = "0.4.1"
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.10.0"
rand = "^0.3.14"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"