literustlib_server 0.4.0

Rust server for LiteNetLib
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 = "literustlib_server"
version = "0.4.0"
authors = ["NGnius <ngniusness@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust server for LiteNetLib"
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://git.ngram.ca/OpenJam/LiteRustLib"

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

[dependencies.async-recursion]
version = "1.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.10"

[dependencies.chrono]
version = "0.4"

[dependencies.literustlib]
version = "0.4.0"

[dependencies.log]
version = "0.4"

[dependencies.tokio]
version = "1.43"
features = [
    "net",
    "sync",
    "time",
    "rt",
]