# 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 = "lessanvil" version = "1.0.2" authors = ["icrayix"] description = "Library for reducing a Minecraft: Java Edition's world size by removing unused chunks." readme = "README.md" license = "MIT" repository = "https://github.com/icrayix/lessanvil" [profile.release] strip = "debuginfo" [dependencies.fastanvil] version = "0.28.0" default-features = false [dependencies.fastnbt] version = "2.3.2" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.159" [dependencies.thiserror] version = "1.0.40"