# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "twmap-tools" version = "0.4.2" authors = ["Patiga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of tools for Teeworlds and DDNet maps" readme = "README.md" keywords = [ "teeworlds", "ddnet", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/Patiga/twmap" [[bin]] name = "twmap-automapper" path = "src/bin/twmap-automapper.rs" [[bin]] name = "twmap-check" path = "src/bin/twmap-check.rs" [[bin]] name = "twmap-check-ddnet" path = "src/bin/twmap-check-ddnet.rs" [[bin]] name = "twmap-edit" path = "src/bin/twmap-edit.rs" [[bin]] name = "twmap-extract-files" path = "src/bin/twmap-extract-files.rs" [[bin]] name = "twmap-fix" path = "src/bin/twmap-fix.rs" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.flexi_logger] version = "0.27.2" [dependencies.image] version = "0.24.7" features = ["png"] default-features = false [dependencies.sha2] version = "0.10.8" [dependencies.twmap] version = "0.12.4" [dependencies.vek] version = "0.16.1" features = [ "az", "rgba", "std", "uv", ] default-features = false