# 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" rust-version = "1.71.0" name = "thwack" version = "0.10.0" authors = ["Yutaka Kamei "] build = 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.1" [dependencies.crossterm] version = "0.28.1" [dependencies.git2] version = "0.19.0" default-features = false [dependencies.libc] version = "0.2.161" [dependencies.log] version = "0.4.22" features = ["std"] [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.unicode-width] version = "0.2.0" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.tempfile] version = "3.13.0"