Files
Pumpkin/pumpkin-world/Cargo.toml
2025-01-27 21:55:32 +01:00

53 lines
963 B
TOML

[package]
name = "pumpkin-world"
version.workspace = true
edition.workspace = true
[dependencies]
pumpkin-nbt = { path = "../pumpkin-nbt" }
pumpkin-util = { path = "../pumpkin-util" }
pumpkin-config = { path = "../pumpkin-config" }
pumpkin-macros = { path = "../pumpkin-macros" }
pumpkin-data = { path = "../pumpkin-data" }
bytes.workspace = true
tokio.workspace = true
rayon.workspace = true
derive_more.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
log.workspace = true
dashmap = "6.1.0"
num-traits = "0.2"
# Compression
flate2 = "1.0"
lz4 = "1.28.1"
file-guard = "0.2.0"
indexmap = "2.7.1"
enum_dispatch = "0.3.13"
fastnbt = { git = "https://github.com/owengage/fastnbt.git" }
noise = "0.9.0"
rand = "0.8.5"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
[[bench]]
name = "chunk_noise"
harness = false
[[bench]]
name = "chunk_noise_populate"
harness = false