rustls-mitm 0.1.0

SNI-based certificate resolver for rustls that generates per-host TLS certificates on the fly, enabling man-in-the-middle TLS interception
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 = "2024"
name = "rustls-mitm"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SNI-based certificate resolver for rustls that generates per-host TLS certificates on the fly, enabling man-in-the-middle TLS interception"
readme = "README.md"
keywords = [
    "tls",
    "mitm",
    "rustls",
    "proxy",
    "certificate",
]
categories = [
    "cryptography",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/reu/rustls-mitm"

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

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

[dependencies.lru]
version = "0.16.3"

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

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
]
default-features = false

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

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