# 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" name = "ingest-nuttx-builds" version = "1.0.0" description = "Ingest Build Logs from Apache NuttX RTOS into Prometheus Pushgateway" homepage = "https://lupyuen.github.io/articles/ci4" readme = "README.md" keywords = [ "nuttx", "rtos", "ci", "prometheus", "pushgateway", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/lupyuen/ingest-nuttx-builds" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.octocrab] version = "0.41.2" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12.9" [dependencies.serde_json] version = "1.0.133" [dependencies.tokio] version = "1.41.0" features = ["full"]