[package] name = "uwupdater" description = "A library for UWUpdater v3 protocol" version = "0.1.3" edition = "2021" license = "MIT" authors = ["Roman Shishkin <spark@uwtech.org>"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "uwupdater" path = "src/lib.rs" edition = "2021" [dependencies] log = "0.4.11" simplelog = "0.11.0" reqwest = { version = "0.11.6", features = ["blocking", "json"] } serde = { version = "1.0.130", features = ["derive"] } thiserror = "1.0.30" sha-1 = "0.9.8"