zaparoo-update 0.1.4

Facade crate for the Zaparoo update UI/runtime integration
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"
rust-version = "1.96"
name = "zaparoo-update"
version = "0.1.4"
authors = ["José Manuel Barroso Galindo <theypsilon@gmail.com>"]
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/cmake/ZaparooUpdate.cmake",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Facade crate for the Zaparoo update UI/runtime integration"
homepage = "https://github.com/theypsilon"
readme = "README.md"
license = "PolyForm-Noncommercial-1.0.0"

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

[dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

[target.armv7-unknown-linux-gnueabihf.dependencies.zaparoo-update-runtime-linux-armv7]
version = "=0.1.4"

[target.x86_64-pc-windows-gnu.dependencies.zaparoo-update-runtime-windows-x86_64]
version = "=0.1.4"

[target.x86_64-pc-windows-msvc.dependencies.zaparoo-update-runtime-windows-x86_64]
version = "=0.1.4"

[target.x86_64-unknown-linux-gnu.dependencies.zaparoo-update-runtime-linux-x86_64]
version = "=0.1.4"

[lints.clippy]
allow_attributes_without_reason = "warn"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "warn"
expect_used = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
similar_names = "allow"
todo = "warn"
undocumented_unsafe_blocks = "deny"
unimplemented = "warn"
unnecessary_box_returns = "allow"
unused_self = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_op_in_unsafe_fn = "deny"
unused_qualifications = "warn"

[lints.rustdoc]
broken_intra_doc_links = "deny"