# 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" rust-version = "1.80" name = "porgi" version = "0.3.0" authors = ["Andrew McHarg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple cli TUI for finding and organizing code projects" readme = "README.md" license = "MIT" repository = "https://github.com/robo-corg/porgi" [[bin]] name = "porgi" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.12" [dependencies.fancy-duration] version = "0.9.2" features = ["chrono"] [dependencies.futures] version = "0.3.30" [dependencies.git2] version = "0.18.3" [dependencies.ignore] version = "0.4.22" [dependencies.ratatui] version = "0.26.2" features = ["serde"] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.39.3" features = [ "fs", "macros", "process", "rt", "rt-multi-thread", "sync", ] [dependencies.tokio-stream] version = "0.1.15" features = ["fs"] [dependencies.toml] version = "0.8.12" [dependencies.which] version = "6.0.3"