[badges.appveyor]
branch = "master"
repository = "lipanski/mockito"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "lipanski/mockito"
[[bench]]
name = "lib"
path = "benches/lib.rs"
[dependencies.assert-json-diff]
version = "2.0"
[dependencies.bytes]
version = "1"
[dependencies.colored]
optional = true
version = ">=2.0, <=3"
[dependencies.futures-core]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.http-body]
version = "1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
version = "1"
[dependencies.hyper-util]
features = ["server-auto", "tokio"]
version = "0.1"
[dependencies.log]
version = "0.4"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.rand]
version = "0.9"
[dependencies.regex]
version = "1.7"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.similar]
version = "2.2"
[dependencies.tokio]
features = ["net", "rt", "sync"]
version = "1.25"
[dev-dependencies.env_logger]
version = "0.8"
[dev-dependencies.futures]
default-features = false
features = ["alloc", "async-await"]
version = "0.3"
[dev-dependencies.reqwest]
default-features = false
features = ["http2"]
version = "0.12"
[dev-dependencies.testing_logger]
version = "0.1"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.25"
[[example]]
name = "mockito-server"
path = "examples/mockito-server.rs"
[features]
color = ["colored"]
default = ["color", "parking_lot"]
parking_lot = ["tokio/parking_lot"]
[lib]
name = "mockito"
path = "src/lib.rs"
[package]
authors = ["Florin Lipan <florinlipan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "web-programming"]
description = "HTTP mocking for Rust."
documentation = "https://docs.rs/mockito"
edition = "2021"
exclude = ["/.appveyor.yml", "/.travis.yml", "/benchmarks.txt", "/docs/", "/slides.pdf"]
homepage = "https://github.com/lipanski/mockito"
keywords = ["mock", "mocks", "http", "webmock", "webmocks"]
license = "MIT"
name = "mockito"
readme = "README.md"
repository = "https://github.com/lipanski/mockito"
rust-version = "1.70"
version = "1.7.1"
[[test]]
name = "lib"
path = "tests/lib.rs"