[[bin]]
name = "frentui"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.42"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.freneng]
version = "0.1.2"
[dependencies.glob]
version = "0.3.3"
[dependencies.log]
version = "0.4.29"
[dependencies.ratatui]
version = "0.30.0"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dev-dependencies.tempfile]
version = "3.10"
[lib]
name = "frentui"
path = "src/lib.rs"
[package]
authors = ["byezy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "Interactive TUI for batch file renaming using freneng"
documentation = "https://docs.rs/frentui"
edition = "2024"
homepage = "https://github.com/byezy/frentui"
keywords = ["file", "rename", "batch", "interactive", "tui"]
license = "MIT"
name = "frentui"
readme = "README.md"
repository = "https://github.com/byezy/frentui"
version = "0.1.0"
[profile.release]
debug = 0
lto = true
opt-level = "z"
strip = "debuginfo"
[[test]]
name = "action_tests"
path = "tests/action_tests.rs"
[[test]]
name = "app_tests"
path = "tests/app_tests.rs"
[[test]]
name = "args_tests"
path = "tests/args_tests.rs"
[[test]]
name = "color_tests"
path = "tests/color_tests.rs"
[[test]]
name = "event_tests"
path = "tests/event_tests.rs"
[[test]]
name = "section_layout_constraint_tests"
path = "tests/section_layout_constraint_tests.rs"
[[test]]
name = "section_layout_position_tests"
path = "tests/section_layout_position_tests.rs"
[[test]]
name = "section_tests"
path = "tests/section_tests.rs"
[[test]]
name = "setup_tests"
path = "tests/setup_tests.rs"
[[test]]
name = "state_tests"
path = "tests/state_tests.rs"
[[test]]
name = "strings_tests"
path = "tests/strings_tests.rs"
[[test]]
name = "templates_tests"
path = "tests/templates_tests.rs"
[[test]]
name = "ui_action_menu_tests"
path = "tests/ui_action_menu_tests.rs"
[[test]]
name = "ui_completion_tests"
path = "tests/ui_completion_tests.rs"
[[test]]
name = "ui_dialog_tests"
path = "tests/ui_dialog_tests.rs"
[[test]]
name = "ui_handler_tests"
path = "tests/ui_handler_tests.rs"
[[test]]
name = "ui_input_tests"
path = "tests/ui_input_tests.rs"
[[test]]
name = "ui_render_tests"
path = "tests/ui_render_tests.rs"
[[test]]
name = "ui_section_layout_tests"
path = "tests/ui_section_layout_tests.rs"