Files
cli/vendor/wiremock/Cargo.toml

145 lines
2.4 KiB
TOML

# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2024"
name = "wiremock"
version = "0.6.5"
authors = ["Luca Palmieri <rust@lpalmieri.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP mocking to test Rust applications."
documentation = "https://docs.rs/wiremock/"
readme = "README.md"
keywords = [
"test",
"http",
"mocking",
"mock",
"black-box",
]
categories = [
"development-tools",
"asynchronous",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/LukeMathWalker/wiremock-rs"
[lib]
name = "wiremock"
path = "src/lib.rs"
[[test]]
name = "mocks"
path = "tests/mocks.rs"
[[test]]
name = "priority"
path = "tests/priority.rs"
[[test]]
name = "request_header_matching"
path = "tests/request_header_matching.rs"
[[test]]
name = "timeout"
path = "tests/timeout.rs"
[[test]]
name = "tokio"
path = "tests/tokio.rs"
[dependencies.assert-json-diff]
version = "2.0.2"
[dependencies.base64]
version = "0.22"
[dependencies.deadpool]
version = "0.12.2"
[dependencies.futures]
version = "0.3.31"
[dependencies.http]
version = "1.3"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
version = "1.7"
features = ["full"]
[dependencies.hyper-util]
version = "0.1"
features = [
"tokio",
"server",
"http1",
"http2",
]
[dependencies.log]
version = "0.4"
[dependencies.once_cell]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1.47.1"
features = [
"rt",
"macros",
"net",
]
[dependencies.url]
version = "2.5"
[dev-dependencies.actix-rt]
version = "2.10.0"
[dev-dependencies.async-std]
version = "1.13.2"
features = [
"attributes",
"tokio1",
]
[dev-dependencies.reqwest]
version = "0.12.23"
features = ["json"]
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.tokio]
version = "1.47.1"
features = [
"macros",
"rt-multi-thread",
]