# 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 = "fzf-make" version = "0.37.0" authors = ["kyu08"] build = false exclude = [ "/.git", "/.github", ".gitignore", "Makefile", "/static", "/makefiles", "/doc", "_typos.toml", "renovate.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool that executes make target using fuzzy finder with preview window." readme = "README.md" license = "MIT" repository = "https://github.com/kyu08/fzf-make" [[bin]] name = "fzf-make" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.28.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.portable-pty] version = "0.8.1" [dependencies.ratatui] version = "0.28.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.simple-home-dir] version = "0.4.0" [dependencies.toml] version = "0.8.19" [dependencies.tui-term] version = "0.1.13" [dependencies.tui-textarea] version = "0.6.0" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [dependencies.vt100] version = "0.15.2"