mockforge-tcp 0.3.13

TCP protocol mocking support for MockForge
Documentation
[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.13"

[dependencies.regex]
version = "1.10"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs", "net", "io-util", "time", "sync"]
version = "1.0"

[dependencies.tokio-rustls]
version = "0.24"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "net", "time", "sync", "fs", "test-util", "macros", "rt-multi-thread"]
version = "1.0"

[lib]
name = "mockforge_tcp"
path = "src/lib.rs"

[package]
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "network-programming"]
description = "TCP protocol mocking support for MockForge"
documentation = "https://docs.rs/mockforge"
edition = "2021"
homepage = "https://mockforge.dev"
keywords = ["tcp", "mock", "testing", "api", "network"]
license = "MIT OR Apache-2.0"
name = "mockforge-tcp"
readme = false
repository = "https://github.com/SaaSy-Solutions/mockforge"
version = "0.3.13"