[[bin]]
name = "ogito"
path = "src/main.rs"
[dependencies.clap]
features = ["cargo"]
version = "4.5.40"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.console]
version = "0.15.11"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.dialoguer]
version = "0.11.0"
[dependencies.flate2]
version = "1.1.2"
[dependencies.git2]
version = "0.20.2"
[dependencies.indicatif]
version = "0.17.11"
[dependencies.mime_guess]
version = "2.0.5"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.reqwest]
features = ["blocking"]
version = "0.12.20"
[dependencies.syntect]
version = "5.2.0"
[dependencies.tar]
version = "0.4.44"
[dependencies.tempfile]
version = "3.20.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "ogito"
path = "src/lib.rs"
[package]
authors = ["Onion-L <onionl5236@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple and efficient Git repository cloning management tool"
edition = "2024"
exclude = ["node_modules/", "npm/", "target/", ".gitignore", "*.lock", "package.json", "pnpm-lock.yaml", "tsconfig.json", "tsdown.config.ts"]
homepage = "https://github.com/Onion-L/ogito"
keywords = ["git", "tui", "cli", "tool", "terminal"]
license = "MIT OR Apache-2.0"
name = "ogito"
readme = "README.md"
repository = "https://github.com/Onion-L/ogito"
version = "0.2.2"
[[test]]
name = "code_tests"
path = "tests/code_tests.rs"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "file_tests"
path = "tests/file_tests.rs"
[[test]]
name = "git_tests"
path = "tests/git_tests.rs"
[[test]]
name = "mode_tests"
path = "tests/mode_tests.rs"
[[test]]
name = "regex_tests"
path = "tests/regex_tests.rs"