edmv 1.0.1

Bulk rename files using your favorite editor
[[bin]]
name = "edmv"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
features = ["derive"]
version = "4.5.51"

[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.tempfile]
version = "3.23.0"

[dev-dependencies.executable-path]
version = "1.0.0"

[dev-dependencies.once_cell]
version = "1.21.3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.unindent]
version = "0.2.4"

[lints.clippy]
arbitrary-source-item-ordering = "deny"
enum_glob_use = "allow"
ignore_without_reason = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
type_complexity = "allow"
undocumented_unsafe_blocks = "deny"
unnecessary_wraps = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
mismatched_lifetime_syntaxes = "allow"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["Liam <liam@scalzulli.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Bulk rename files using your favorite editor"
edition = "2021"
homepage = "https://github.com/terror/edmv"
keywords = ["command-line", "productivity", "utility"]
license = "CC0-1.0"
name = "edmv"
readme = "README.md"
repository = "https://github.com/terror/edmv"
resolver = "2"
version = "1.0.1"

[[test]]
name = "integration"
path = "tests/integration.rs"