# 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 = "dfhack-proto-srcs" version = "0.9.0" authors = ["Pierre Lulé "] description = "Download and extract DFHack protobuf files from source" readme = "README.md" categories = [ "api-bindings", "game-development", "games", ] license = "Zlib" repository = "https://github.com/plule/dfhack-remote" [dependencies.glob] version = "0.3.0" [build-dependencies.reqwest] version = "0.12.4" features = ["blocking"] [build-dependencies.zip] version = "1.1.1"