# 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 = "mca" version = "1.0.0" authors = ["VilleOlof"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read / Write Minecraft Region Files (mca)" homepage = "https://github.com/VilleOlof/mca" readme = "README.md" keywords = [ "minecraft", "region", "mca", "parser", "chunk", ] categories = [ "game-development", "parsing", ] license = "MIT" repository = "https://github.com/VilleOlof/mca" [lib] name = "mca" path = "src/lib.rs" [[bench]] name = "region_parsing" path = "benches/region_parsing.rs" harness = false [dependencies.lz4-java-wrc] version = "0.2.0" [dependencies.miniz_oxide] version = "0.8.0" features = ["std"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.mca-parser] version = "1.0.2" [dev-dependencies.simdnbt] version = "0.6.0" [features] unsafe = []