# 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-rs" version = "0.1.3" authors = ["Tyler Port "] description = "A reimplementation of GGPO(https://github.com/pond3r/ggpo) in Rust" homepage = "https://github.com/tyler274/ggpo-rs" license-file = "LICENSE" repository = "https://github.com/tyler274/ggpo-rs" [package.metadata.vcpkg] dependencies = ["sdl2", "sdl2-image[libjpeg-turbo,tiff,libwebp]", "sdl2-ttf", "sdl2-gfx", "sdl2-mixer"] git = "https://github.com/microsoft/vcpkg" tag = "2020.06" [package.metadata.vcpkg.target.x86_64-pc-windows-msvc] triplet = "x64-windows-static-md" [profile.release] debug = true [lib] name = "ggpo" crate-type = ["cdylib", "staticlib", "rlib"] [dependencies.bincode] version = "1.3" [dependencies.bytes] version = "0.5" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.mio] version = "0.7" features = ["udp", "os-poll"] [dependencies.parking_lot] version = "0.11" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-big-array] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.zstd] version = "0.5" [dev-dependencies.crc32fast] version = "1.2" [dev-dependencies.enumflags2] version = "0.6" [dev-dependencies.sdl2] version = "^0.34.2" features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg", "unsafe_textures"] default-features = false [dev-dependencies.tempdir] version = "0.3"