1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
# 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-worker"
version = "0.26.0"
authors = ["kpcyrd <git@rxv.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rebuilderd - rebuild worker"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/kpcyrd/rebuilderd"
resolver = "2"
[package.metadata.deb]
depends = "$auto, rebuilderd"
assets = [
[
"target/release/rebuilderd-worker",
"usr/bin/",
"755",
],
[
"rebuilder-archlinux.sh",
"usr/libexec/rebuilderd/",
"755",
],
[
"rebuilder-debian.sh",
"usr/libexec/rebuilderd/",
"755",
],
[
"../contrib/confs/rebuilderd-worker.conf",
"etc/",
"640",
],
[
"../contrib/systemd/rebuilderd-worker@.service",
"usr/lib/systemd/system/",
"640",
],
]
[[bin]]
name = "rebuilderd-worker"
path = "src/main.rs"
[dependencies.async-trait]
version = "0.1.56"
[dependencies.chrono]
version = "0.4.19"
features = ["serde"]
[dependencies.clap]
version = "4"
features = [
"derive",
"env",
]
[dependencies.data-encoding]
version = "2"
[dependencies.env_logger]
version = "0.11"
[dependencies.futures]
version = "0.3.21"
[dependencies.futures-util]
version = "0.3.21"
[dependencies.in-toto]
version = "0.4"
[dependencies.nix]
version = ">= 0.30, < 1.0"
features = [
"process",
"signal",
]
[dependencies.rebuilderd-common]
version = "=0.26.0"
[dependencies.serde]
version = "1.0.137"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.81"
[dependencies.tempfile]
version = "3.3.0"
[dependencies.tokio]
version = "1.19.2"
features = [
"macros",
"rt-multi-thread",
"fs",
"io-util",
"process",
"io-std",
"time",
]
[dependencies.toml]
version = "0.9"
[dependencies.url]
version = "2.2.2"
|