[package]
name = "radicle-native-ci"
version = "0.14.0"
edition = "2021"
default-run = "radicle-native-ci"
rust-version = "1.85"
authors = ["Lars Wirzenius <liw@liw.fi", "cloudhead <cloudhead@radicle.xyz>"]
description = "Radicle native CI adapter for running directly on node host"
license = "MIT OR Apache-2.0"
homepage = "https://radicle.xyz"
repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:z3qg5TKmN83afz2fj9z3fQjU8vaYE"
categories = ["development-tools::build-utils"]
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
html-page = "0.5.0"
radicle = "0.22.1"
radicle-ci-broker = "0.27.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serde_norway = "0.9.42"
tempfile = "3.24.0"
thiserror = "2.0.12"
time = { version = "0.3.41", features = ["formatting", "macros"] }
uuid = { version = "1.19.0", features = ["v4"] }
walkdir = "2.5.0"