mc-gate 0.1.0

Async proxy for Minecraft and HTTP traffic with automated server wake-up.
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 = "mc-gate"
version = "0.1.0"
authors = ["SirCesarium"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async proxy for Minecraft and HTTP traffic with automated server wake-up."
homepage = "https://github.com/sircesarium/mc-gate"
documentation = "https://docs.rs/mc-gate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sircesarium/mc-gate"

[features]
cli = ["dep:clap"]
default = ["cli"]

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

[[bin]]
name = "mcg"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.32"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.t-port]
version = "1.1.0"
default-features = false

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

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