# 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 = "fzs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Organize and select your programs" readme = "README.md" keywords = [ "fzf", "zsh", "shell", "organization", ] categories = [ "config", "development-tools", "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/squirreljetpack/fzs" [[bin]] name = "fzs" path = "src/main.rs" [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.env_logger] version = "0.11.5" [dependencies.is_executable] version = "1.0.1" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.symlink] version = "0.1.0" [dependencies.tempfile] version = "3.12.0" [dependencies.toml] version = "^0.8.19"