Menu
AkurAI-Build
publicLatest change 1488f88860de09bbb6791f4c67d3a8a8a3e0765f - Replace the JSON CI CLI with a full read/write akurai-build MCP tool set (repo add/host/sync/rename/remove/visibility/branches/tree, run queue/wait/retry/promote, artifact get, doctor, init); keep keygen/migrate/serve as plain CLI subcommands; update skill and deploy.md to the MCP tool set by Ólafur Búi Ólafsson
[package]
name = "akurai-build"
version = "1.3.1"
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 = ["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"
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", "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"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
zeroize = "1.9.0"
[dev-dependencies]
proptest = "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"