# 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" rust-version = "1.75" name = "mc_schem" version = "1.1.2" authors = ["Joseph "] include = [ "/src", "/tests", "/docs", "/c_sources", "/cmake", "/CMakeLists.txt", ] description = "A library to read, create, modify and write various Minecraft schematic files" homepage = "https://github.com/SlopeCraft/mc_schem" readme = "README.md" keywords = ["Minecraft"] categories = ["game-development"] license = "GPL-3.0-or-later" repository = "https://github.com/SlopeCraft/mc_schem" [profile.release] panic = "abort" [lib] crate-type = [ "rlib", "cdylib", ] bench = false [[bin]] name = "schemtool" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.fastnbt] version = "2.4.4" [dependencies.flate2] version = "1.0.28" features = [] [dependencies.libmath] version = "0.2.1" [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.9.0" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.sevenz-rust] version = "0.5.4" [dependencies.static_assertions] version = "1.1.0" [dependencies.strum] version = "0.26.1" features = [ "derive", "strum_macros", ] [dependencies.walkdir] version = "2.4.0"