AkurAI Build
Menu

AkurAI-Build

public

Latest change 4e6f9ac32c9ba8f16be41845df9cd880199d59d8 - Runner trusts merge-queue refs that target the default branch by Ólafur Búi Ólafsson

[package]
name = "akurai-build"
version = "1.5.3"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "Lean Git-native CI/CD, artifacts, and deployments on the Bunfork foundation"

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

[dependencies]
anyhow = "1.0.103"
axum = { version = "0.8.9", default-features = false, features = ["form", "http1", "json", "query", "tokio"] }
clap = { version = "4.6.1", features = ["derive", "env"] }
getrandom = "0.4.3"
glob = "0.3.3"
hmac = "0.12.1"
hyper-util = { version = "0.1.20", default-features = false, features = ["server-auto", "server-graceful", "service", "tokio"] }
minijinja = "2.21.0"
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["html"] }
rusqlite = { version = "0.40.1", default-features = false, features = ["bundled-sqlcipher-vendored-openssl", "limits"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
serde_yaml = "0.9.34"
sha2 = "0.10.9"
subtle = "2.6.1"
tempfile = "3.27.0"
tokio = { version = "1.52.3", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tower = { version = "0.5.3", features = ["limit", "util"] }
tower-http = { version = "0.7.0", features = ["compression-gzip", "limit", "timeout", "trace"] }
tracing = "0.1.44"
akurai-log = { git = "https://akurai-build.olibuijr.com/git/akurai-log.git" }
zeroize = "1.9.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2.183"

[lints.rust]
unsafe_code = "deny"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"

[profile.release]
codegen-units = 1
lto = true
strip = "symbols"