# 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 = "vimv"
version = "3.1.0"
authors = ["Darren Mulholland <dmulholl@tcd.ie>"]
description = "A command line utility for batch-renaming files using a text editor."
homepage = "https://www.dmulholl.com/dev/vimv.html"
readme = "readme.md"
license = "0BSD"
repository = "https://github.com/dmulholl/vimv"

[dependencies.arguably]
version = "2.2.0"

[dependencies.colored]
version = "2.0"

[dependencies.edit]
version = "0.1.4"

[dependencies.rand]
version = "0.8.5"

[dependencies.trash]
version = "3.0.1"