# 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 = "2021" rust-version = "1.80" name = "radicle-ci-broker" version = "0.10.0" authors = [ "Lars Wirzenius ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "add integration to CI engins or systems to a Radicle node" homepage = "https://radicle.xyz" readme = "README.md" categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://app.radicle.xyz/nodes/radicle.liw.fi/rad:zwTxygwuz5LDGBq255RA2CbNGrz8" [lib] name = "radicle_ci_broker" path = "src/lib.rs" [[bin]] name = "cib" path = "src/bin/cib.rs" [[bin]] name = "cibtool" path = "src/bin/cibtool.rs" [[bin]] name = "synthetic-events" path = "src/bin/synthetic-events.rs" [[test]] name = "subplot" path = "tests/subplot.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.11" features = [ "derive", "wrap_help", ] [dependencies.duration-str] version = "0.11.2" [dependencies.html-page] version = "0.4.0" [dependencies.radicle] version = "0.14.0" features = [ "default", "test", ] [dependencies.radicle-crypto] version = "0.11.0" [dependencies.radicle-git-ext] version = "0.8.0" [dependencies.radicle-surf] version = "0.22.0" features = ["serde"] default-features = false [dependencies.regex] version = "1.10.5" [dependencies.rss] version = "2.0.9" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.121" [dependencies.serde_yml] version = "0.0.11" [dependencies.sqlite] version = "0.32.0" [dependencies.sqlite3-sys] version = "0.15.0" [dependencies.subplotlib] version = "0.11.0" [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = [ "formatting", "macros", ] [dependencies.tracing] version = "0.1.40" features = [ "max_level_trace", "release_max_level_trace", "valuable", ] [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "json", "valuable", ] [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.valuable] version = "0.1.0" features = ["derive"] [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.culpa] version = "1.0.2" [build-dependencies.subplot-build] version = "0.11.0"