launch-bar 0.1.2

Context-aware command launcher with icon buttons
# 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 = "launch-bar"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context-aware command launcher with icon buttons"
readme = "README.md"
keywords = [
    "cli",
    "launcher",
    "egui",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ynishi/launch-bar"
resolver = "3"

[features]
default = [
    "rhai-script",
    "lua-script",
]
lua-script = ["mlua"]
rhai-script = ["rhai"]

[[bin]]
name = "launch-bar"
path = "src/main.rs"

[dependencies.arboard]
version = "3.4"

[dependencies.dirs]
version = "6.0"

[dependencies.eframe]
version = "0.33"

[dependencies.egui-cha]
version = "0.4.0"

[dependencies.egui-cha-ds]
version = "0.4.0"

[dependencies.mlua]
version = "0.10"
features = ["lua54"]
optional = true

[dependencies.notify]
version = "8.0"

[dependencies.rhai]
version = "1.24"
optional = true

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

[dependencies.shellexpand]
version = "3.1"

[dependencies.toml]
version = "0.8"