# 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 = "mcatool" version = "0.2.1" authors = ["Nex"] description = "A simple command line tool that allows you to easily work with .mca (Minecraft region) files" license = "MIT" repository = "https://github.com/CyanNex/mcatool" resolver = "2" [profile.release] opt-level = 3 panic = "abort" strip = "symbols" [dependencies.clap] version = "^3.1" features = ["cargo", "std", "color"] default-features = false [dependencies.fastnbt] version = "^2.1" [dependencies.flate2] version = "^1.0" features = ["rust_backend"] default-features = false [dependencies.fs_extra] version = "^1.2" [dependencies.num_cpus] version = "^1.13" [dependencies.serde] version = "^1.0" features = ["derive"]