uwupdater 0.1.3

A library for UWUpdater v3 protocol
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 = "uwupdater"
version = "0.1.3"
authors = ["Roman Shishkin <spark@uwtech.org>"]
description = "A library for UWUpdater v3 protocol"
license = "MIT"
resolver = "2"

[lib]
name = "uwupdater"
path = "src/lib.rs"
edition = "2021"
[dependencies.log]
version = "0.4.11"

[dependencies.reqwest]
version = "0.11.6"
features = ["blocking", "json"]

[dependencies.serde]
version = "1.0.130"
features = ["derive"]

[dependencies.sha-1]
version = "0.9.8"

[dependencies.simplelog]
version = "0.11.0"

[dependencies.thiserror]
version = "1.0.30"