# 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 = "sculk" version = "0.2.2" authors = ["VilleOlof"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for handling various data found in Minecraft's NBT files." homepage = "https://github.com/VilleOlof/sculk" readme = "README.md" keywords = [ "minecraft", "nbt", "data", "region", "chunk", ] categories = [ "data-structures", "game-development", "parsing", ] license = "MIT" repository = "https://github.com/VilleOlof/sculk" [lib] name = "sculk" path = "src/lib.rs" [[example]] name = "chunks" path = "examples/chunks.rs" [[example]] name = "level_data" path = "examples/level_data.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.simdnbt] version = "0.6.0" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.flate2] version = "1.0.30" [features] serde = ["dep:serde"] stats = ["dep:serde"]