bashers 0.8.8

Installable cli helpers
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 = "bashers"
version = "0.8.8"
authors = ["Sung Kim"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "bashers"
description = "Installable cli helpers"
readme = "README.md"
license = "MIT"

[features]
default = []
pyo3 = ["dep:pyo3"]

[lib]
name = "bashers"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ctrlc]
version = "3.4"

[dependencies.diff]
version = "0.1"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.inquire]
version = "0.9"

[dependencies.pyo3]
version = "0.28"
features = ["extension-module"]
optional = true

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.10"

[dependencies.spinoff]
version = "0.8.0"

[dependencies.termcolor]
version = "1.4"

[dependencies.which]
version = "8"