twmap 0.3.0

Parse, edit and save Teeworlds and DDNet maps
Documentation
[package]
name = "twmap"
version = "0.3.0"
authors = ["Patiga <dev@patiga.eu>"]
edition = "2018"
license = "AGPL-3.0-only"
description = "Parse, edit and save Teeworlds and DDNet maps"
repository = "https://gitlab.com/Patiga/twmap"
keywords = ["teeworlds", "ddnet"]

[profile.release]
overflow-checks = true

[dependencies]
bitflags = "1.2.1"
clap = "2.33.1"
flexi_logger = "0.15.4"
image = "0.23.12"
itertools = "0.9.0"
libc = "0.2.79"
libz-sys = "1.1.2"
log = "0.4.8"
ndarray = "0.13.0"
sanitize-filename = "0.2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.59"
sha2 = "0.8.1"
structview = "1.1.0"
tempfile = "3.1.0"
thiserror = "1.0"