schematic-mesher 0.1.0

Generate 3D meshes from Minecraft schematics and block data
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 = "2021"
name = "schematic-mesher"
version = "0.1.0"
authors = ["Nano nano@schem.at"]
build = false
exclude = [
    "web/",
    "examples/",
    "minecraft-src/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate 3D meshes from Minecraft schematics and block data"
readme = "README.md"
keywords = [
    "minecraft",
    "mesh",
    "gltf",
    "voxel",
    "schematic",
]
categories = [
    "rendering",
    "game-development",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Schem-at/Schematic-Mesher"

[features]
cli = ["clap"]
default = []
wasm = [
    "wasm-bindgen",
    "js-sys",
    "console_error_panic_hook",
]

[lib]
name = "schematic_mesher"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "schematic-mesher"
path = "src/bin/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.glam]
version = "0.27"

[dependencies.gltf-json]
version = "1.4"

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.js-sys]
version = "=0.3.76"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "=0.2.99"
optional = true

[dependencies.zip]
version = "2.0"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3.0"