silverfish 0.1.0

Easily edit Minecraft worlds with a simple, fast and powerful API
[[bench]]
harness = false
name = "full_region_set_block"
path = "benches/full_region_set_block.rs"

[[bin]]
name = "fill_region"
path = "src/bin/fill_region.rs"

[[bin]]
name = "get_all"
path = "src/bin/get_all.rs"

[[bin]]
name = "set_block"
path = "src/bin/set_block.rs"

[dependencies.ahash]
version = "0.8"

[dependencies.dashmap]
features = ["rayon"]
version = "6.1.0"

[dependencies.fixedbitset]
version = "0.5"

[dependencies.mca]
version = "1.1"

[dependencies.rayon]
version = "1.10"

[dependencies.simdnbt]
version = "0.7.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.3"

[lib]
name = "silverfish"
path = "src/lib.rs"

[package]
authors = ["ReeZey", "VilleOlof"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "game-development"]
description = "Easily edit Minecraft worlds with a simple, fast and powerful API"
edition = "2024"
keywords = ["minecraft", "nbt", "mca", "edit", "block"]
license = "MIT"
name = "silverfish"
readme = "readme.md"
repository = "https://github.com/VilleOlof/silverfish"
version = "0.1.0"

[profile.profiling]
debug = 2
inherits = "release"