iconography 0.1.4

A demo program to search for and load Linux icons in an egui/eframe app.
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 = "iconography"
version = "0.1.4"
authors = ["Elio Grieco <grieco@egx.com>"]
build = false
exclude = [
    ".vscode/*",
    ".gitignore",
    ".aider.*",
    "design/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A demo program to search for and load Linux icons in an egui/eframe app."
readme = "README.md"
keywords = [
    "linux",
    "desktop",
    "icons",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/symplasma/iconography"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dirs]
version = "6.0"

[dependencies.eframe]
version = "0.33"

[dependencies.egui]
version = "0.33"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "bmp",
    "ico",
    "tiff",
    "webp",
]

[dependencies.resvg]
version = "0.46"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.usvg]
version = "0.46"

[dependencies.walkdir]
version = "2.5"