# 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 = "mindus" version = "5.0.27" authors = [ "KosmosPrime <5663514+KosmosPrime@users.noreply.github.com>", "bend-n ", ] build = "build.rs" exclude = [ ".github/", "items.py", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)" readme = "README.md" keywords = [ "mindustry", "format", "drawing", ] license = "GPL-3.0" repository = "https://github.com/bend-n/mindus.git" [lib] name = "mindus" path = "src/lib.rs" [[bin]] name = "mindus" path = "src/exe/mod.rs" doc = false required-features = ["bin"] [dependencies.amap] version = "0.1" [dependencies.base64] version = "0.21" [dependencies.bobbin-bits] version = "0.1" [dependencies.color-hex] version = "0.2" [dependencies.enum_dispatch] version = "0.3" [dependencies.fimg] version = "0.4.33" features = [ "scale", "blur", "save", ] default-features = false [dependencies.flate2] version = "1.0" [dependencies.paste] version = "1.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.strconv] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.diff] version = "0.1" [build-dependencies.fimg] version = "0.4.33" features = [ "scale", "blur", "save", ] default-features = false [build-dependencies.walkdir] version = "2" [features] bin = ["fimg/save"] default = ["bin"] square = []