# 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 = "fzf-wrapped" version = "0.1.4" authors = ["Daniel Ronalds"] description = "A library for integrating the `fzf` cli tool into your rust program!" readme = "README.md" keywords = [ "fzf", "bindings", "api", ] categories = [ "command-line-interface", "gui", "api-bindings", ] license = "MIT" repository = "https://github.com/danielronalds/fzf-wrapped" [dependencies.derive_builder] version = "0.12.0"