nitro_auth 0.30.0

Useful authentication wrapper for Minecraft
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"
rust-version = "1.89.0"
name = "nitro_auth"
version = "0.30.0"
authors = ["CarbonSmasher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Useful authentication wrapper for Minecraft"
readme = false
keywords = [
    "minecraft",
    "launcher",
    "game",
    "mc",
    "auth",
]
categories = ["games"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Nitrolaunch/nitrolaunch"
resolver = "2"

[features]

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bytes]
version = "1.4.0"

[dependencies.cfg-match]
version = "0.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.nitro_shared]
version = "0.30.0"

[dependencies.oauth2]
version = "4.4.2"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "rustls-tls",
    "multipart",
    "stream",
]
default-features = false

[dependencies.rsa]
version = "0.9.10"
features = [
    "std",
    "u64_digit",
]
default-features = false

[dependencies.serde]
version = "1.0.202"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.117"

[dependencies.thiserror]
version = "1.0.61"

[lints.rust]