# 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 = "gitbrowser-rs" version = "0.2.1" description = "Terminal app (TUI) for browsing git repositories at arbitrary revisions without checking out the working directory." readme = "README.md" license = "MIT" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.27.0" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.ratatui] version = "0.26.3" [dependencies.syntect] version = "5.2.0" [dependencies.tempfile] version = "3.10.1" [dependencies.two-face] version = "0.4.0" features = ["syntect-default-onig"]