ftag 0.8.4

CLI tool for tagging and searching files. See README.md for more info.
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 = "2024"
name = "ftag"
version = "0.8.4"
authors = ["Ranjeeth Mahankali <ranjeethmahankali@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for tagging and searching files. See README.md for more info."
readme = "README.md"
keywords = [
    "file",
    "tag",
    "search",
    "organize",
    "archive",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/ranjeethmahankali/ftag"

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

[[bin]]
name = "ftag"
path = "src/cli.rs"

[[bin]]
name = "ftagui"
path = "src/gui.rs"

[dependencies.crossterm]
version = "0.29"

[dependencies.eframe]
version = "0.32"

[dependencies.egui]
version = "0.32"

[dependencies.egui_extras]
version = "0.32"
features = [
    "default",
    "all_loaders",
    "image",
]
default-features = false

[dependencies.fast-glob]
version = "1.0"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true

[profile.release-with-debug]
debug = 2
inherits = "release"
strip = false