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