mc_headless_auth 0.1.1

Headless Minecraft Server Authentication
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_headless_auth"
version = "0.1.1"
authors = ["VilleOlof"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless Minecraft Server Authentication"
readme = "readme.md"
keywords = [
    "minecraft",
    "server",
    "authentication",
]
categories = ["authentication"]
license = "MIT"
repository = "https://github.com/VilleOlof/mc_headless_auth"

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

[[bin]]
name = "mcha_server"
path = "src/main.rs"

[dependencies.aes]
version = "0.8.4"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.11.1"

[dependencies.cfb8]
version = "0.8.1"

[dependencies.chrono]
version = "0.4.43"

[dependencies.constcat]
version = "0.6.1"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.der]
version = "0.8.0"

[dependencies.image]
version = "0.25.9"

[dependencies.miniz_oxide]
version = "0.9.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
]

[dependencies.rsa]
version = "0.10.0-rc.15"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10.6"

[dependencies.simdnbt]
version = "0.9.0"

[dependencies.thiserror]
version = "1"

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "serde",
]