iforgor 0.3.2

The CLI tool for all those commands you forget about
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 = "2021"
name = "iforgor"
version = "0.3.2"
authors = ["nanocryk"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The CLI tool for all those commands you forget about"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nanocryk/iforgor"

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

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.base16ct]
version = "0.2.0"
features = ["alloc"]

[dependencies.clap]
version = "4.5.7"
features = ["derive"]

[dependencies.ctrlc]
version = "3.4.4"

[dependencies.glob]
version = "0.3.1"

[dependencies.home]
version = "0.5.9"

[dependencies.ichoose]
version = "0.3.0"

[dependencies.ratatui]
version = "0.27.0"

[dependencies.serde]
version = "1.0.203"
features = ["derive"]

[dependencies.sha3]
version = "0.10.8"

[dependencies.snailquote]
version = "0.3.1"

[dependencies.tap]
version = "1.0.1"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.toml]
version = "0.8.14"