g-tools 0.5.2

Geraldo's toolbox
Documentation
# 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 = "2024"
name = "g-tools"
version = "0.5.2"
authors = ["Geraldo Ribeiro <geraldolsribeiro@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "G"
description = "Geraldo's toolbox"
homepage = "https://lib.rs/g-tools"
readme = "README.md"
keywords = [
    "subcommand",
    "tools",
    "tui",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"

[lib]
name = "g_tools"
path = "src/lib.rs"

[[bin]]
name = "G"
path = "src/main.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "cargo",
]

[dependencies.cli-clipboard]
version = "0.4.0"

[dependencies.colored]
version = "3.1.1"

[dependencies.pathsearch]
version = "0.2.0"

[dependencies.prettycli]
version = "0.1.1"

[dependencies.regex]
version = "1.12.3"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.sudo]
version = "0.6.0"