# 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 = "glim-tui" version = "0.1.0" authors = ["Adrian Papari "] build = false exclude = [ "images/*.gif", ".*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI for monitoring GitLab CI/CD pipelines and projects" homepage = "https://github.com/junkdog/glim" documentation = "https://docs.rs/glim-tui" readme = "README.md" keywords = [ "ratatui", "TUI", "monitoring", "gitlab", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/junkdog/glim" [[bin]] name = "glim" path = "src/main.rs" [dependencies.arboard] version = "3.4.1" features = [ "windows-sys", "wl-clipboard-rs", ] default-features = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colorsys] version = "0.6.7" [dependencies.confy] version = "0.6.1" [dependencies.crossterm] version = "0.28.1" [dependencies.derive_builder] version = "0.20.1" [dependencies.directories] version = "5.0.1" [dependencies.itertools] version = "0.13.0" [dependencies.once_cell] version = "1.20.2" [dependencies.open] version = "5.3.0" [dependencies.ratatui] version = "0.28.1" [dependencies.reqwest] version = "0.12.8" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tachyonfx] version = "0.7.0" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tui-input] version = "0.10.1"