nitro_net 0.29.0

Various network APIs for Nitrolaunch
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 = "2021"
rust-version = "1.89.0"
name = "nitro_net"
version = "0.29.0"
authors = ["CarbonSmasher"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Various network APIs for Nitrolaunch"
readme = false
keywords = [
    "minecraft",
    "launcher",
    "game",
    "mc",
    "api",
]
categories = ["games"]
license = "GPL-3.0-or-later"
repository = "https://github.com/Nitrolaunch/nitrolaunch"

[features]

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bytes]
version = "1.4.0"

[dependencies.nitro_shared]
version = "0.29.0"

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

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.simd-json]
version = "0.13.10"
features = ["value-no-dup-keys"]

[lints.rust]