# 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.76.0" name = "tmux-fzy" version = "0.2.5" description = "A simple project manager for tmux" readme = "readme.md" license = "MIT" repository = "https://github.com/sachnr/tmux-fzy" [profile.release] opt-level = 3 debug = 0 debug-assertions = false rpath = false [[bin]] name = "tmux-fzy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.ratatui] version = "0.26.0" features = ["unstable-widget-ref"] [dependencies.rayon] version = "1.8.1" [dependencies.walkdir] version = "2.4.0"