# 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 = "png-to-twmap" version = "0.4.2" description = "Creates a teeworlds map from a png" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hardliner66/png-to-twmap" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.image] version = "0.25.1" [dependencies.kdtree] version = "0.7.0" [dependencies.ndarray] version = "0.15.6" [dependencies.rsn] version = "0.1.0" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.twmap] version = "0.12.0"