guth 0.2.9

Native Rust desktop file manager for fast, bounded local file workflows.
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 = "guth"
version = "0.2.9"
authors = [
    "Trevor Knott",
    "Knott Dynamics",
]
build = false
include = [
    "/src/**",
    "/data/**",
    "/README.md",
    "/LICENSE",
    "/Cargo.toml",
    "/Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust desktop file manager for fast, bounded local file workflows."
homepage = "https://github.com/Tknott95/Guth"
documentation = "https://docs.rs/guth"
readme = "README.md"
keywords = [
    "guth",
    "linux",
    "file-manager",
    "desktop",
    "egui",
]
categories = [
    "gui",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Tknott95/Guth"

[package.metadata.docs.rs]
all-features = false

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

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

[dependencies.eframe]
version = "0.29"
features = [
    "default_fonts",
    "glow",
    "wgpu",
    "x11",
]
default-features = false

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