# 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 = "posh-fzf" version = "0.2.8" authors = ["Dom Slee "] description = "Fzf keybinding integration for powershell" readme = "README.md" keywords = [ "powershell", "pwsh", "fzf", "fuzzy", "keybindings", ] license = "MIT" repository = "https://github.com/domsleee/posh-fzf" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.dirs-next] version = "2.0.0" [dependencies.indexmap] version = "2.1.0" [dev-dependencies.tempfile] version = "3.3"