[package]
edition = "2021"
name = "mockforge-tcp"
version = "0.3.98"
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TCP protocol mocking support for MockForge"
homepage = "https://mockforge.dev"
documentation = "https://docs.rs/mockforge"
readme = "README.md"
keywords = [
"tcp",
"mock",
"testing",
"api",
"network",
]
categories = [
"development-tools",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"
[lib]
name = "mockforge_tcp"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.bytes]
version = "1.0"
[dependencies.hex]
version = "0.4"
[dependencies.mockforge-core]
version = "0.3.70"
[dependencies.regex]
version = "1.10"
[dependencies.rustls]
version = "0.23"
[dependencies.rustls-pemfile]
version = "1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.0"
features = [
"rt-multi-thread",
"macros",
"net",
"time",
"sync",
"fs",
"net",
"io-util",
"time",
"sync",
]
[dependencies.tokio-rustls]
version = "0.24"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.tokio]
version = "1.0"
features = [
"rt-multi-thread",
"macros",
"net",
"time",
"sync",
"fs",
"test-util",
"macros",
"rt-multi-thread",
]