discord-proxy 0.1.0

Windows-first Discord process-local proxy launcher
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 = "discord-proxy"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
exclude = [
    ".github/**",
    "dist-workspace.toml",
    "repo-ref/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows-first Discord process-local proxy launcher"
homepage = "https://github.com/Latias94/discord-proxy"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/discord-proxy"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.percent-encoding]
version = "2"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.url]
version = "2"

[profile.dist]
lto = "thin"
inherits = "release"