# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ggpo-sys" version = "0.1.0" authors = ["FaultyRAM <316014+FaultyRAM@users.noreply.github.com>"] links = "GGPO" description = "Raw, unsafe bindings to the GGPO rollback networking library." readme = "README.md" keywords = ["rollback", "network", "netplay", "p2p", "online"] categories = ["external-ffi-bindings", "game-development", "network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/FaultyRAM/ggpo-sys" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [build-dependencies.bindgen] version = "^0.53.0" [build-dependencies.cc] version = "^1.0.0" features = ["parallel"] [target."cfg(windows)".dependencies.winapi] version = "^0.3.0" features = ["processenv", "processthreadsapi", "timeapi", "winsock2", "winuser", "ws2tcpip"]