# 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 = "unmapper" version = "0.1.0" authors = ["sy1ntexx"] description = "Simple CLI tool that allows you to easily deobfuscate newest minecraft versions" readme = "README.md" keywords = ["minecraft"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/sy1ntexx/unmapper" resolver = "2" [dependencies.anyhow] version = "1.0.0" [dependencies.clap] version = "3.0.0-rc.4" features = ["derive"] [dependencies.dirs] version = "4.0.0" [dependencies.json] version = "1.0.72" package = "serde_json" [dependencies.reqwest] version = "0.11.7" features = ["blocking"] [dependencies.serde] version = "1.0.0"