dfhack-proto-srcs 0.11.0

Download and extract DFHack protobuf files from source
Documentation
# 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.11.0"
authors = ["Pierre Lulé <pierre@lule.fr>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "dfhack_proto_srcs"
path = "src/lib.rs"

[dependencies.glob]
version = "0.3.0"

[build-dependencies.reqwest]
version = "0.12.4"
features = ["blocking"]

[build-dependencies.zip]
version = "1.1.1"