# 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 = "resourcepackd" version = "0.8.1" authors = ["Maxuss "] description = "An utility for Minecraft datapack development" readme = "README.md" keywords = [ "Minecraft", "CLI", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/Maxuss/resourcepackd" [[bin]] name = "rpd" path = "./src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-walkdir] version = "0.2.0" [dependencies.async_zip] version = "0.0.15" features = [ "tokio", "deflate", "tokio-fs", ] [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.futures-lite] version = "1.13.0" [dependencies.json_comments] version = "0.2.1" [dependencies.notify] version = "6.0.0" [dependencies.regex] version = "1.8.1" [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = [ "rt-multi-thread", "fs", "macros", "io-util", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"