[package]
name = "guth"
version = "0.2.13"
edition = "2021"
authors = ["Trevor Knott", "Knott Dynamics"]
description = "Native Rust desktop file manager for fast, bounded local file workflows."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Tknott95/Guth"
homepage = "https://github.com/Tknott95/Guth"
documentation = "https://docs.rs/guth"
keywords = ["guth", "linux", "file-manager", "desktop", "egui"]
categories = ["gui", "filesystem"]
include = ["/src/**", "/data/**", "/README.md", "/LICENSE", "/Cargo.toml", "/Cargo.lock"]
[package.metadata.docs.rs]
all-features = false
[dependencies]
eframe = { version = "0.29", default-features = false, features = ["accesskit", "default_fonts", "glow", "wgpu", "x11"] }
image = { version = "0.25", default-features = false, features = ["bmp", "gif", "jpeg", "png", "webp"] }
rustix = { version = "1.1", features = ["fs"] }