fkm-proxy 0.3.0

Fkm proxy client & server
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 = "fkm-proxy"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fkm proxy client & server"
readme = "README.md"
license = "MIT"
repository = "https://github.com/FKMTime/fkm-proxy"

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

[[bin]]
name = "fkm-proxy-client"
path = "src/client/main.rs"

[[bin]]
name = "fkm-proxy-server"
path = "src/server/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.http]
version = "1.4.0"

[dependencies.kanal]
version = "0.1.1"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.pty-process]
version = "0.5.3"
features = ["async"]

[dependencies.qls-proto-utils]
version = "0.2.0"

[dependencies.quinn]
version = "0.11.9"
features = ["rustls"]

[dependencies.rand]
version = "0.10.1"

[dependencies.rcgen]
version = "0.14.7"

[dependencies.ring]
version = "0.17.14"

[dependencies.russh]
version = "0.60.0"
features = [
    "flate2",
    "ring",
]
default-features = false

[dependencies.rustls]
version = "0.23.38"
features = ["std"]
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tokio-pipe]
version = "0.2.12"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true