sculk 0.3.0

P2P tunnel core library for Minecraft multiplayer
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.91"
name = "sculk"
version = "0.3.0"
authors = ["KercyDing"]
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "P2P tunnel core library for Minecraft multiplayer"
documentation = "https://docs.rs/sculk"
readme = "README.md"
keywords = [
    "minecraft",
    "p2p",
    "tunnel",
    "quic",
    "iroh",
]
categories = [
    "network-programming",
    "game-development",
]
license = "GPL-3.0"
repository = "https://github.com/KercyDing/sculk"

[features]
clipboard = ["dep:arboard"]
default = []
persist = [
    "dep:dirs",
    "dep:rand",
    "dep:serde",
    "dep:toml",
]

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

[dependencies.arboard]
version = "3.6"
optional = true

[dependencies.dirs]
version = "6"
optional = true

[dependencies.futures-util]
version = "0.3"

[dependencies.iroh]
version = "1.0.2"

[dependencies.rand]
version = "0.10"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.toml]
version = "1"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.rand]
version = "0.10"

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"