ferrous-menu 0.5.2

Minimal GUI choice selection app, similar to `dmenu` or `rofi`, using FLTK
# 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 = "2024"
name = "ferrous-menu"
version = "0.5.2"
authors = ["Alexander Weld <weldale@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal GUI choice selection app, similar to `dmenu` or `rofi`, using FLTK"
homepage = "https://weldale.xyz/projects/fmenu"
documentation = "https://docs.rs/ferrous-menu"
readme = "README.md"
keywords = [
    "fltk",
    "gui",
    "dmenu",
    "launcher",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "MIT"
repository = "https://gitlab.com/xicalango/fmenu"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "6.0"

[dependencies.exitcode]
version = "1"

[dependencies.fltk]
version = "~1.5"

[dependencies.fltk-theme]
version = "~0.7"

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

[dependencies.snafu]
version = "0.9.0"

[dependencies.toml]
version = "1.0"

[profile.release-min]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
inherits = "release"
strip = true