mindus 5.0.42

A library for working with mindustry data formats (eg schematics and maps) (fork of plandustry)
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "mindus"
version = "5.0.42"
authors = [
    "KosmosPrime <5663514+KosmosPrime@users.noreply.github.com>",
    "bend-n <bend.n@outlook.com>",
]
build = "build.rs"
exclude = [
    ".github/",
    "items.py",
]
autolib = false
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://git.bendn.org/mindus.git"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[features]
bin = ["fimg/save"]
default = ["bin"]
square = []

[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.atools]
version = "0.1.6"

[dependencies.base64]
version = "0.21"

[dependencies.bobbin-bits]
version = "0.1"

[dependencies.car]
version = "0.1.3"

[dependencies.color-hex]
version = "0.2"

[dependencies.either]
version = "1.15.0"

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.fimg]
version = "0.4.52"
features = [
    "scale",
    "blur",
    "save",
]
default-features = false

[dependencies.flate2]
version = "1.0"

[dependencies.implicit-fn]
version = "0.1.0"

[dependencies.lower]
version = "0.2.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.52"
features = [
    "scale",
    "blur",
    "save",
]
default-features = false

[build-dependencies.rand]
version = "0.9.2"

[build-dependencies.walkdir]
version = "2"