[package]
edition = "2021"
name = "optic-online"
version = "0.0.3"
authors = ["Kono-o"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UDP networking for Optic engine — background tokio thread with connection management"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Kono-o/optic-engine"
[lib]
name = "optic_online"
path = "src/lib.rs"
[dependencies.optic-core]
version = "0.0.3"
[dependencies.tokio]
version = "1"
features = [
"rt",
"net",
"sync",
"time",
"io-util",
"macros",
]