rebuilderd 0.26.0

rebuilderd - independent build verification daemon
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 = "rebuilderd"
version = "0.26.0"
authors = ["kpcyrd <git@rxv.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rebuilderd - independent build verification daemon"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/kpcyrd/rebuilderd"
resolver = "2"

[package.metadata.deb]
maintainer-scripts = "daemon/debian"
depends = "$auto, systemd, rebuildctl"
assets = [
    [
    "target/release/rebuilderd",
    "usr/bin/",
    "755",
],
    [
    "../contrib/confs/rebuilderd.conf",
    "etc/",
    "600",
],
    [
    "../contrib/systemd/rebuilderd.service",
    "usr/lib/systemd/system/",
    "640",
],
    [
    "../contrib/systemd/rebuilderd.sysusers",
    "usr/lib/sysusers.d/rebuilderd.conf",
    "644",
],
    [
    "../contrib/systemd/rebuilderd.tmpfiles",
    "usr/lib/tmpfiles.d/rebuilderd.conf",
    "644",
],
]

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

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

[dependencies.actix-web]
version = "4.1.0"

[dependencies.chrono]
version = "0.4.19"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.data-encoding]
version = "2"

[dependencies.diesel]
version = "2"
features = [
    "sqlite",
    "r2d2",
    "chrono",
    "i-implement-a-third-party-backend-and-opt-into-breaking-changes",
    "returning_clauses_for_sqlite_3_35",
]

[dependencies.diesel_migrations]
version = "2"
features = ["sqlite"]

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.dotenvy]
version = "0.15.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.in-toto]
version = "0.4.0"

[dependencies.log]
version = "0.4.17"

[dependencies.pem]
version = "3"

[dependencies.rand]
version = "0.10"

[dependencies.rebuilderd-common]
version = "=0.26.0"
features = ["diesel"]

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.tokio]
version = "1.44.2"

[dependencies.toml]
version = "1"

[dependencies.zstd]
version = "0.13.3"

[dev-dependencies.tokio-test]
version = "0.4.4"