[[bin]]
name = "fren"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.freneng]
version = "0.1.1"
[dependencies.glob]
version = "0.3"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tempfile]
version = "3.23.0"
[lib]
name = "frencli"
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 = "CLI frontend for fren - a fast, powerful command-line batch file renaming tool"
documentation = "https://github.com/byezy/frencli#usage"
edition = "2024"
homepage = "https://github.com/byezy/frencli"
keywords = ["rename", "file", "batch", "cli", "pattern"]
license = "MIT"
name = "frencli"
readme = "README.md"
repository = "https://github.com/byezy/frencli"
version = "0.1.3"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true
[profile.test]
[[test]]
name = "audit_tests"
path = "tests/audit_tests.rs"
[[test]]
name = "executor_tests"
path = "tests/executor_tests.rs"
[[test]]
name = "help_tests"
path = "tests/help_tests.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "list_tests"
path = "tests/list_tests.rs"
[[test]]
name = "make_tests"
path = "tests/make_tests.rs"
[[test]]
name = "rename_tests"
path = "tests/rename_tests.rs"
[[test]]
name = "short_flag_tests"
path = "tests/short_flag_tests.rs"
[[test]]
name = "subcommands_tests"
path = "tests/subcommands_tests.rs"
[[test]]
name = "template_tests"
path = "tests/template_tests.rs"
[[test]]
name = "templates_tests"
path = "tests/templates_tests.rs"
[[test]]
name = "test_utils"
path = "tests/test_utils.rs"
[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"
[[test]]
name = "undo_tests"
path = "tests/undo_tests.rs"
[[test]]
name = "validate_tests"
path = "tests/validate_tests.rs"