# 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 = "prismarine" version = "0.1.2" authors = ["Jade Nash "] description = "A utility for creating and exporting Minecraft resource packs." documentation = "https://prismarine.jadelily.dev" readme = "README.md" keywords = [ "minecraft", "utility", "resource-pack", "texture-pack", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jadelily18/prismarine" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.flexver-rs] version = "0.1.2" [dependencies.ignore] version = "0.4.20" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.thiserror] version = "1.0.44" [dependencies.toml] version = "0.7.6" [dependencies.zip] version = "0.6.6"