preprintd 0.3.2

Printer swarm-worker daemon implementation for PreConnect.
# 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 = "preprintd"
version = "0.3.2"
authors = ["Anindya Shiddhartha <shiddhartha@tuta.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Printer swarm-worker daemon implementation for PreConnect."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/hitblast/preprintd"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.base64]
version = "0.23.0"

[dependencies.hmac]
version = "0.13.0"

[dependencies.rand]
version = "0.10.2"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "rustls",
    "json",
]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.socket2]
version = "0.6.5"

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[lints.clippy]
must_use_candidate = "warn"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
unused_must_use = "deny"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true