[package] name = "harlequinn" version = "0.1.1" authors = ["Layl <2385329-layl@users.noreply.gitlab.com>"] description = "A real-time networking library primarily aimed at games." repository = "https://gitlab.com/braindemons/harlequinn" readme = "readme.md" license = "Apache-2.0 OR MIT" edition = "2018" [dependencies] quinn = "0.5.0" tokio = { version = "0.2.1", features = ["rt-threaded", "sync", "time"] } futures = "0.3.1" bytes = "0.5.1" crossbeam-channel = "0.4.0" slotmap = "0.4.0" crc32fast = "1.2.0" [dev-dependencies] rcgen = "0.7.0"