[package] name = "snapshot" version = "0.0.1" authors = [ "metamuffin ", "heinrich5991 ", ] license = "AGPL-3.0-only" [dependencies] buffer = "0.1.9" common = { git = "https://github.com/heinrich5991/libtw2" } gamenet_teeworlds_0_5 = { git = "https://github.com/heinrich5991/libtw2", optional = true } gamenet_teeworlds_0_6 = { git = "https://github.com/heinrich5991/libtw2", optional = true } gamenet_teeworlds_0_7 = { git = "https://github.com/heinrich5991/libtw2", optional = true } gamenet_ddnet = { git = "https://github.com/heinrich5991/libtw2", optional = true } packer = { git = "https://github.com/heinrich5991/libtw2" } vec_map = "0.8.0" warn = ">=0.1.1,<0.3.0" [features] default = ["gamenet_ddnet"] gamenet_tw_0_5 = ["gamenet_teeworlds_0_5"] gamenet_tw_0_6 = ["gamenet_teeworlds_0_6"] gamenet_tw_0_7 = ["gamenet_teeworlds_0_7"] gamenet_ddnet_0_6 = ["gamenet_ddnet"]