[package] name = "png-to-twmap" version = "0.4.2" edition = "2021" description = "Creates a teeworlds map from a png" license-file = "LICENSE" repository = "https://github.com/hardliner66/png-to-twmap" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } image = "0.25.1" kdtree = "0.7.0" ndarray = "0.15.6" rsn = "0.1.0" serde = { version = "1.0.198", features = ["derive"] } twmap = "0.12.0"