samloader-fus 1.2.0

Samsung Firmware-Update-Server (FUS) client
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"
name = "samloader-fus"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Samsung Firmware-Update-Server (FUS) client"
readme = false
keywords = [
    "samsung",
    "firmware",
]
license = "Apache-2.0"
repository = "https://github.com/topjohnwu/samloader-rs"
resolver = "2"

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

[dependencies.aes]
version = "0.9"

[dependencies.ecb]
version = "0.2"

[dependencies.md-5]
version = "0.11"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "cookies",
    "native-tls-no-alpn",
    "native-tls-vendored",
]
default-features = false

[dependencies.roxmltree]
version = "0.21"