opal-cli 0.1.0-rc2

Terminal-first GitLab pipeline runner with TUI, history browser, and embedded docs.
Documentation
# 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 = "2024"
name = "opal-cli"
version = "0.1.0-rc2"
authors = ["Victor Palade <victor@cloudflavor.io>"]
build = false
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/docs/**",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-first GitLab pipeline runner with TUI, history browser, and embedded docs."
homepage = "https://opal.cloudflavor.io"
documentation = "https://opal.cloudflavor.io"
readme = "README.md"
keywords = [
    "gitlab",
    "ci",
    "tui",
    "pipeline",
    "devops",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/cloudflavor/opal"

[lib]
name = "opal"
path = "src/lib.rs"

[[bin]]
name = "opal"
path = "src/bin/opal.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.ascii_tree]
version = "0.1"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.git2]
version = "0.20"
features = ["vendored-libgit2"]
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.humantime]
version = "2"

[dependencies.include_dir]
version = "0.7"

[dependencies.owo-colors]
version = "4.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10"

[dependencies.structopt]
version = "0.3.26"

[dependencies.termimad]
version = "0.34"

[dependencies.time]
version = "0.3"
features = [
    "macros",
    "formatting",
]

[dependencies.tokio]
version = "1.49.0"
features = [
    "fs",
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"