[package] name = "twmap-tools" version = "0.4.2" edition = "2021" authors = ["Patiga "] license = "AGPL-3.0-only" description = "Collection of tools for Teeworlds and DDNet maps" repository = "https://gitlab.com/Patiga/twmap" keywords = ["teeworlds", "ddnet"] [dependencies] clap = { version = "4.4.7", features = ["derive"] } flexi_logger = "0.27.2" image = { version = "0.24.7", default-features = false, features = ["png"] } sha2 = "0.10.8" twmap = { path = "../twmap", version = "0.12.4" } vek = { version = "0.16.1", default-features = false, features = ["az", "rgba", "std", "uv"] }