thwack 0.10.7

Command line version of Go To File utility, similar to the one on GitHub
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"
rust-version = "1.91.1"
name = "thwack"
version = "0.10.7"
authors = ["Yutaka Kamei <kamei@yykamei.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line version of Go To File utility, similar to the one on GitHub"
homepage = "https://github.com/yykamei/thwack"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yykamei/thwack"

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

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

[dependencies.copypasta]
version = "0.10.2"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.git2]
version = "0.20.4"
default-features = false

[dependencies.libc]
version = "0.2.183"

[dependencies.log]
version = "0.4.29"
features = ["std"]

[dependencies.unicode-segmentation]
version = "1.13.2"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.27.0"