[[bin]]
name = "sortit"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.42"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.notify]
version = "8.2.0"
[dependencies.sha2]
version = "0.10.9"
[package]
authors = ["Subhajit Chaudhury <subhajitchaudhury05@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia", "network-programming"]
description = "Sortit is a Rust-based CLI tool to automatically organize your files by type and modified date, with duplicate detection and an optional watch mode for real-time organization."
edition = "2024"
keywords = ["rust-cli", "file-organizer", "file-sorter", "duplicate-detection", "file-watcher"]
license = "MIT"
name = "sortit"
readme = "README.md"
repository = "https://github.com/subhdotsol/FileOrganizer"
version = "0.1.0"