# 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 = "gitnow" version = "0.2.3" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Git Now is a utility for easily navigating git projects from common upstream providers. Search, Download, and Enter projects as quickly as you can type." homepage = "https://gitnow-client.prod.kjuulh.app" readme = "README.md" license = "MIT" repository = "https://github.com/kjuulh/gitnow" [[bin]] name = "gitnow" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1.82" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.crossterm] version = "0.28.0" features = ["event-stream"] [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15" [dependencies.futures] version = "0.3.30" [dependencies.gitea-client] version = "1.22.1" [dependencies.nucleo-matcher] version = "0.3.1" [dependencies.octocrab] version = "0.40.0" [dependencies.prost] version = "0.13.2" [dependencies.prost-types] version = "0.13.2" [dependencies.ratatui] version = "0.28.1" features = ["termwiz"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.termwiz] version = "0.22.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.7.0" features = ["v4"] [dev-dependencies.pretty_assertions] version = "1.4.0" [features] example = []