# 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 = "datapack" version = "2.0.1" description = "An easy way to create Minecraft datapacks in rust" documentation = "https://docs.rs/datapack/2.0.0/datapack/" license = "MIT" repository = "https://github.com/MediumDifficulty/datapack" resolver = "2" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.flate2] version = "1.0.24" [dependencies.named-binary-tag] version = "0.6.0" [dependencies.zip] version = "0.6.2"