raffi 0.20.0

A simple fuzzel launcher based on YAML file
Documentation
# 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.20.0"
authors = ["Chmouel Boudjnah <chmouel@chmouel.com>"]
build = false
autolib = 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"

[features]
default = ["wayland"]
wayland = [
    "iced",
    "ureq",
    "regex",
    "meval",
]

[lib]
name = "raffi"
path = "src/lib.rs"

[[bin]]
name = "raffi"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.gumdrop]
version = "0.8.1"

[dependencies.iced]
version = "0.14"
features = [
    "tiny-skia",
    "image",
    "svg",
]
optional = true

[dependencies.meval]
version = "0.2"
optional = true

[dependencies.regex]
version = "1.10"
optional = true

[dependencies.schemars]
version = "0.8"
features = ["derive"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.ureq]
version = "3"
features = ["json"]
optional = true

[dependencies.walkdir]
version = "2.5.0"