slinger-mitm 0.0.5

MITM proxy with transparent traffic interception using rustls backend for slinger
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 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 = "2021"
name = "slinger-mitm"
version = "0.0.5"
authors = ["Kali-Team <root@kali-team.cn>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MITM proxy with transparent traffic interception using rustls backend for slinger"
homepage = "https://github.com/emo-crab/slinger"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/emo-crab/slinger"

[features]
default = []

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

[[example]]
name = "custom_interceptor"
path = "examples/custom_interceptor.rs"

[[example]]
name = "proxy_chain"
path = "examples/proxy_chain.rs"

[[example]]
name = "simple_proxy"
path = "examples/simple_proxy.rs"

[[example]]
name = "socks5_proxy"
path = "examples/socks5_proxy.rs"

[[example]]
name = "tcp_interceptor"
path = "examples/tcp_interceptor.rs"

[[example]]
name = "test_ca_caching"
path = "examples/test_ca_caching.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "ssh_like_test"
path = "tests/ssh_like_test.rs"

[[test]]
name = "tcp_tunnel_test"
path = "tests/tcp_tunnel_test.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.6.1"

[dependencies.http]
version = "1.3.1"

[dependencies.moka]
version = "0.12"
features = ["future"]

[dependencies.rand]
version = "0.10"

[dependencies.rcgen]
version = "0.14"
features = ["x509-parser"]

[dependencies.rustls-pki-types]
version = "1.1.0"
features = ["alloc"]

[dependencies.slinger]
version = "0.2.12"
features = [
    "tls",
    "rustls",
    "http2",
]

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "rt",
    "sync",
    "fs",
    "macros",
]
default-features = false

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "ring",
    "tls12",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.18"
features = ["v4"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "test-util",
]
default-features = false