# 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 = "minedmap-nbt" version = "0.1.1" description = "MinedMap's handling of Minecraft NBT data and region files" readme = "README.md" license = "MIT" repository = "https://github.com/neocturne/MinedMap" [dependencies.anyhow] version = "1.0.75" [dependencies.bytemuck] version = "1.13.1" [dependencies.fastnbt] version = "2.4.4" [dependencies.flate2] version = "1.0.27" [dependencies.minedmap-types] version = "0.1.2" [dependencies.serde] version = "1.0.183" [dev-dependencies.clap] version = "4.3.23" features = ["derive"] [features] zlib-ng = ["flate2/zlib-ng"]