mockito 0.17.1

HTTP mocking for Rust.
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 = "mockito"
version = "0.17.1"
authors = ["Florin Lipan <florinlipan@gmail.com>"]
exclude = ["/.appveyor.yml", "/.travis.yml", "/benchmarks.txt", "/docs/", "/slides.pdf"]
description = "HTTP mocking for Rust."
homepage = "https://github.com/lipanski/mockito"
documentation = "https://docs.rs/mockito"
keywords = ["mock", "mocks", "http", "webmock", "webmocks"]
categories = ["development-tools::testing", "web-programming"]
license = "MIT"
repository = "https://github.com/lipanski/mockito"
[dependencies.colored]
version = "^1.6"

[dependencies.difference]
version = "^2.0"

[dependencies.httparse]
version = "^1.3.3"

[dependencies.lazy_static]
version = "^1.1.0"

[dependencies.log]
version = "0.4.6"

[dependencies.rand]
version = "^0.5.5"

[dependencies.regex]
version = "^1.0.5"

[dependencies.serde_json]
version = "^1.0.17"
[badges.appveyor]
branch = "master"
repository = "lipanski/mockito"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "lipanski/mockito"