mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-03-04 17:23:33 +01:00
26 lines
601 B
TOML
26 lines
601 B
TOML
[package]
|
|
name = "minedmap"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
default-run = "minedmap"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
bincode = "1.3.3"
|
|
bytemuck = "1.13.0"
|
|
clap = { version = "4.1.4", features = ["derive"] }
|
|
enumflags2 = "0.7.5"
|
|
fastnbt = "2.3.2"
|
|
flate2 = "1.0.25"
|
|
image = { version = "0.24.5", default-features = false, features = ["png"] }
|
|
itertools = "0.10.5"
|
|
num-integer = "0.1.45"
|
|
serde = "1.0.152"
|
|
zstd = "0.12.3"
|
|
|
|
[features]
|
|
default = ["zlib-ng"]
|
|
zlib-ng = ["flate2/zlib-ng"]
|