mineshare 0.2.0

A small, no portforwarding reverse proxy app for small Minecraft servers
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 = "mineshare"
version = "0.2.0"
authors = ["Gabeperson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, no portforwarding reverse proxy app for small Minecraft servers"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Gabeperson/mineshare"

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

[[bin]]
name = "mineshare"
path = "src/client.rs"

[[bin]]
name = "mineshare_server"
path = "src/server.rs"

[dependencies.aes-gcm-siv]
version = "0.11.1"

[dependencies.bincode]
version = "2.0.1"

[dependencies.blake3]
version = "1.8.2"

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

[dependencies.ed25519-dalek]
version = "2.1.1"

[dependencies.governor]
version = "0.10.0"

[dependencies.rand]
version = "0.9.1"

[dependencies.rustls]
version = "0.23.27"

[dependencies.rustls-acme]
version = "0.13.0"
features = ["tokio"]

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

[dependencies.tokio-rustls]
version = "0.26.2"

[dependencies.tokio-stream]
version = "0.1.17"
features = ["net"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.webpki-roots]
version = "1.0.0"

[dependencies.x25519-dalek]
version = "2.0.1"
features = ["getrandom"]