[package] name = "tachyon-networking" version = "0.1.7" edition = "2021" authors = [ "Chris Ochs " ] description = "a Nack based reliable udp library for games and IPC" keywords = ["gamedev", "networking", "udp","ipc"] categories = ["game-engines", "network-programming"] readme = "README.md" license = "MIT" repository = "https://github.com/gamemachine/tachyon-networking" [lib] name="tachyon" crate-type = ["cdylib"] [dependencies] libc = "0.2" rustc-hash = "1.1.0" socket2 = "0.4.2" varuint = "0.6" #rpmalloc = "0.2.2" rand = "0.8.4" serial_test = "0.5.1" rayon = "1.5.1" crossbeam = "0.8.1" synchronoise = "1.0.0" [profile.test] opt-level = 3