# 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 = "2018" name = "cctui" version = "1.2.0" authors = ["Kevin James "] description = "CCTray TUI, a build monitoring dashboard for your terminal" readme = "README.md" keywords = [ "cctray", "ci", "tui", ] license = "MIT" repository = "https://github.com/TheKevJames/tools/tree/master/cctui" [dependencies.chrono] version = "=0.4.35" [dependencies.config] version = "=0.14.0" features = ["yaml"] [dependencies.crossterm] version = "=0.27.0" [dependencies.fern] version = "=0.6.2" [dependencies.log] version = "=0.4.21" [dependencies.ratatui] version = "=0.26.1" [dependencies.reqwest] version = "=0.11.25" features = [ "blocking", "json", ] [dependencies.serde] version = "=1.0.197" features = ["derive"] [dependencies.serde-xml-rs] version = "=0.6.0" [dependencies.serde_json] version = "=1.0.114" [dependencies.xdg] version = "=2.5.2" [badges.circle-ci] branch = "master" repository = "TheKevJames/tools" [badges.maintenance] status = "actively-developed"