arbscan 0.1.1

Utility for extracting OEM Anti-Rollback (ARB) metadata from Qualcomm bootloader images
# 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 = "arbscan"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility for extracting OEM Anti-Rollback (ARB) metadata from Qualcomm bootloader images"
readme = "README.md"
keywords = [
    "android",
    "qualcomm",
    "arb",
    "bootloader",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/syedinsaf/arbscan"

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

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

[dependencies.serde_json]
version = "1.0.149"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = true
incremental = false
strip = true