# 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 = "2018" name = "rebuilderd" version = "0.20.0" authors = ["kpcyrd "] description = "rebuilderd - independent build verification daemon" license = "GPL-3.0" repository = "https://github.com/kpcyrd/rebuilderd" [package.metadata.deb] 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", ], ] depends = "$auto, systemd, rebuildctl" maintainer-scripts = "daemon/debian" [dependencies.actix-web] version = "4.1.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.diesel] version = "1.4.8" features = [ "sqlite", "r2d2", "chrono", ] [dependencies.diesel_migrations] version = "1.4.0" features = ["sqlite"] [dependencies.dirs-next] version = "2.0.0" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rebuilderd-common] version = "=0.20.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.8"