twgame-get 0.0.1

Get resources for TwGame replays
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 = "2024"
rust-version = "1.93.0"
name = "twgame-get"
version = "0.0.1"
authors = ["Zwelf <zwelf@strct.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get resources for TwGame replays"
documentation = "https://docs.rs/twgame-get"
readme = "README.md"
keywords = [
    "ddnet",
    "twgame",
]
license = "AGPL-3.0-only"
repository = "https://gitlab.com/ddnet-rs/twgame"
resolver = "2"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.reqwest]
version = "0.11.0"
features = ["blocking"]

[dependencies.sha2]
version = "0.10.8"

[dependencies.twgame]
version = "0.11.0"

[dependencies.twmap]
version = "0.14.0"

[dependencies.walkdir]
version = "2.5.0"