# 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 = "gyr" version = "0.1.5" authors = ["Namkhai B. "] description = "Blazing fast TUI launcher for GNU/Linux and *BSD" homepage = "https://sr.ht/~nkeor/gyr/" readme = "README.md" keywords = [ "tui", "tools", ] categories = ["os"] license = "BSD-2-Clause" repository = "https://git.sr.ht/~nkeor/gyr/" [profile.release] lto = true strip = true [dependencies.directories] version = "5.0" [dependencies.dirs] version = "5.0" [dependencies.eyre] version = "0.6" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.lexopt] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.ratatui] version = "0.22.0" features = ["termion"] default-features = false [dependencies.safe-regex] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shell-words] version = "1.0" [dependencies.sled] version = "0.34" [dependencies.termion] version = "2.0" [dependencies.toml] version = "0.7" [dependencies.walkdir] version = "2.3"