# 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 = "fsf" version = "0.1.0" description = "The Fast Shell Finder, find and execute simple to complex commands quickly and easily" readme = "README.md" keywords = [ "posix", "unix", "shell", "fzf", "fuzzy", ] license = "MIT" repository = "https://github.com/WolfEYc/fsf" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.open] version = "5.0.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.skim] version = "0.10.4" [dependencies.tera] version = "1.19.1" [dependencies.toml] version = "0.8.6"