sculk-cli 0.1.0

Minecraft P2P multiplayer tunnel CLI
# 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"
name = "sculk-cli"
version = "0.1.0"
authors = ["KercyDing"]
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minecraft P2P multiplayer tunnel CLI"
documentation = "https://docs.rs/sculk-cli"
readme = "README.md"
keywords = [
    "minecraft",
    "p2p",
    "tunnel",
    "cli",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "GPL-3.0"
repository = "https://github.com/KercyDing/sculk"

[[bin]]
name = "sckc"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.sculk]
version = "0.1.0"
features = [
    "persist",
    "clipboard",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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