f 0.1.2

A lightweight dual-pane file manager with GUI built using iced, inspired by Total Commander.
[package]
name = "f"
version = "0.1.2"
edition = "2024"
description = "A lightweight dual-pane file manager with GUI built using iced, inspired by Total Commander."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/hkwk/f"
homepage = "https://github.com/hkwk/f"
documentation = "https://docs.rs/f"
keywords = ["file-manager", "gui", "iced", "dual-pane", "file-operations"]
authors = ["HUANG Kunlun <hkl@duck.com>"]

[package.metadata]
# crates.io-specific metadata and badges can go here

[dependencies]
iced = { version = "0.14", default-features = false, features = ["lazy", "tokio", "tiny-skia", "wgpu"] }
walkdir = "2.3"
anyhow = "1.0"
fs_extra = "1.3"
humantime = "2.1"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
tempfile = { version = "3.6", optional = true }
md5 = "0.7"
sha1 = "0.10"
sha2 = "0.10"
sha3 = "0.10"
crc32fast = "1.4"
base64 = "0.22"

[dev-dependencies]
tempfile = "3.6"

[[bin]]
name = "regcode"
path = "src/bin/regcode.rs"