lune-std-net 0.3.5

Lune standard library - Net
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 = "lune-std-net"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lune standard library - Net"
readme = false
license = "MPL-2.0"
repository = "https://github.com/lune-org/lune"
resolver = "2"

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

[dependencies.async-channel]
version = "2.3"

[dependencies.async-executor]
version = "1.13"

[dependencies.async-io]
version = "2.4"

[dependencies.async-lock]
version = "3.4"

[dependencies.async-net]
version = "2.0"

[dependencies.async-tungstenite]
version = "0.34"

[dependencies.blocking]
version = "1.6"

[dependencies.bstr]
version = "1.9"

[dependencies.form_urlencoded]
version = "1.2"

[dependencies.futures]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.futures-lite]
version = "2.6"

[dependencies.futures-rustls]
version = "0.26"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.6"
features = [
    "http1",
    "client",
    "server",
]
default-features = false

[dependencies.lune-std-serde]
version = "0.3.5"

[dependencies.lune-utils]
version = "0.3.5"

[dependencies.mlua]
version = "0.11.6"
features = ["luau"]

[dependencies.mlua-luau-scheduler]
version = "0.2.4"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "ring",
]
default-features = false

[dependencies.rustls-pki-types]
version = "1.11"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.webpki]
version = "0.22"

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

[lints.clippy.all]
level = "deny"
priority = -3

[lints.clippy.cargo]
level = "warn"
priority = -2

[lints.clippy.cast_lossless]
level = "allow"
priority = 1

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.clippy.module_inception]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.clippy.needless_pass_by_value]
level = "allow"
priority = 1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.similar_names]
level = "allow"
priority = 1

[lints.clippy.unnecessary_wraps]
level = "allow"
priority = 1

[lints.clippy.unnested_or_patterns]
level = "allow"
priority = 1

[lints.clippy.unreadable_literal]
level = "allow"
priority = 1

[lints.clippy.wildcard_imports]
level = "allow"
priority = 1