samloader 1.1.0

Download firmware for Samsung devices
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"
version = "1.1.0"
build = false
exclude = [
    ".cargo/**",
    ".github/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Download firmware for Samsung devices"
readme = "README.md"
keywords = [
    "samsung",
    "firmware",
]
license = "Apache-2.0"
repository = "https://github.com/topjohnwu/samloader-rs"

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

[[bin]]
name = "samloader"
path = "src/main.rs"

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.cbc]
version = "0.1"

[dependencies.clap]
version = "4.6"
features = ["derive"]

[dependencies.ecb]
version = "0.1"

[dependencies.indicatif]
version = "0.18"

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

[dependencies.memmap2]
version = "0.9"

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

[dependencies.roxmltree]
version = "0.21"

[profile.release]
opt-level = 3
lto = true
strip = true