[package]
edition = "2021"
name = "guth"
version = "0.2.8"
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