dirmon 0.1.1

This utility provides the user to be able to monitor a directory and automatically configure a structure for the file to go into.
# 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 = "2024"
name = "dirmon"
version = "0.1.1"
build = false
exclude = [
    "dirmon.conf",
    "test/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This utility provides the user to be able to monitor a directory and automatically configure a structure for the file to go into."
readme = "README.md"
categories = [
    "command-line-utilities",
    "filesystem",
    "development-tools::build-utils",
    "config",
]
license = "MIT"
repository = "https://github.com/shri-acha/dirmon"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.configparser]
version = "3.1.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.log]
version = "0.4.28"

[dependencies.notify]
version = "8.1.0"