buildchain 0.5.2

Software for creating and managing a distributed and reproducible chain of builds
Documentation
[[bin]]
doc = false
name = "buildchain"
path = "src/main.rs"

[dependencies.base32]
version = "0.4.0"

[dependencies.clap]
version = "3.2.25"

[dependencies.lxd]
version = "0.1.9"

[dependencies.plain]
version = "0.2.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.20"

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

[dependencies.serde_json]
version = "1.0.107"

[dependencies.sha2]
version = "0.10.8"

[dependencies.sodalite]
version = "0.4.0"

[dependencies.tempfile]
version = "3.8.0"

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

[package]
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Software for creating and managing a distributed and reproducible chain of builds"
documentation = "https://docs.rs/buildchain"
edition = "2021"
license = "GPL-3.0-only"
name = "buildchain"
readme = "README.md"
repository = "https://github.com/pop-os/buildchain"
version = "0.5.2"