# 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-cuboids" version = "0.2.0" include = [ "src/*.rs", "benches", "README.md", ] description = "merge blocks from mca files" readme = "README.md" keywords = [ "mca", "minecraft", ] license = "Apache-2.0/MIT" repository = "https://github.com/EazyDizzy/mca-cuboids" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bench]] name = "lib" harness = false [dependencies.anyhow] version = "1.0" [dependencies.fastanvil] version = "0.26.0" [dependencies.fastnbt] version = "2.2.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.136" [dev-dependencies.criterion] version = "0.3.6" features = ["html_reports"] [dev-dependencies.pprof] version = "0.10.0" features = [ "criterion", "flamegraph", ]