# 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 = "rigz" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for running rigz locally" readme = "README.md" license = "MIT" repository = "https://gitlab.com/inapinch/rigz/rigz_cli" [[bin]] name = "rigz" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.15" features = [ "env", "derive", ] [dependencies.crossterm] version = "0.28.1" [dependencies.log] version = "0.4.22" features = [] [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.ratatui] version = "0.29.0" [dependencies.rigz_runtime] version = "0.4" [dependencies.rustyline] version = "14.0.0" [dependencies.tree-sitter-highlight] version = "0.24.3" [dependencies.tree-sitter-rigz] version = "0.3.0" [features] default = []