# 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 = "raffi" version = "0.5.1" authors = ["Chmouel Boudjnah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple fuzzel launcher based on YAML file" homepage = "https://github.com/chmouel/raffi" documentation = "https://github.com/chmouel/raffi" readme = "README.md" keywords = [ "task", "command", "launch", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chmouel/raffi" [[bin]] name = "raffi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.gumdrop] version = "0.8.1" [dependencies.serde] version = "1.0.201" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tempfile] version = "3.10.0" [dependencies.walkdir] version = "2.5.0"