[dependencies.async-io]
version = "2.4"
[dependencies.async-lock]
version = "3.4"
[dependencies.blocking]
version = "1.6"
[dependencies.dialoguer]
version = "0.12"
[dependencies.futures-lite]
version = "2.6"
[dependencies.lune-utils]
version = "0.3.4"
[dependencies.mlua]
features = ["luau", "error-send"]
version = "0.11.4"
[dependencies.mlua-luau-scheduler]
version = "0.2.3"
[lib]
name = "lune_std_stdio"
path = "src/lib.rs"
[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
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lune standard library - Stdio"
edition = "2024"
license = "MPL-2.0"
name = "lune-std-stdio"
readme = false
repository = "https://github.com/lune-org/lune"
resolver = "2"
version = "0.3.4"