nbir 1.0.0

Numeric Bulk Image Renamer (NBIR): rename image files to a sequential numbered scheme (e.g. base01.jpg, base02.png)
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "nbir"
version = "1.0.0"
authors = ["Your Name <you@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Numeric Bulk Image Renamer (NBIR): rename image files to a sequential numbered scheme (e.g. base01.jpg, base02.png)"
readme = "README.md"
keywords = [
    "image",
    "rename",
    "bulk",
    "cli",
    "nbir",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/yourusername/simplebulkfilerenamer"

[[bin]]
name = "nbir"
path = "src/main.rs"

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