[package]
edition = "2021"
rust-version = "1.85.0"
name = "moove"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🚚 Manipulate file names and locations"
homepage = "https://github.com/urin/moove"
documentation = "https://github.com/urin/moove"
readme = "README.md"
keywords = [
"mv",
"rename",
"move",
]
categories = [
"command-line-utilities",
"filesystem",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/urin/moove"
[lib]
name = "moove"
path = "src/lib.rs"
doctest = false
[[bin]]
name = "moove"
path = "src/main.rs"
[[test]]
name = "main"
path = "tests/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
version = "4.4.18"
features = ["derive"]
[dependencies.colored]
version = "2.2.0"
[dependencies.edit]
version = "0.1.5"
[dependencies.fs_extra]
version = "1.3.0"
[dependencies.glob]
version = "0.3.3"
[dependencies.natord]
version = "1.0.9"
[dependencies.normpath]
version = "1.1.1"
[dependencies.regex]
version = "1.12.2"
[dev-dependencies.serial_test]
version = "2.0.0"
[target.'cfg(not(target_os = "macos"))'.dependencies.trash]
version = "5.2.5"