# 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 = "fylorg" version = "0.0.1" authors = ["Sreedev Kodichath "] description = "Fylorg - Automatic File Organizer" homepage = "https://github.com/sreedevk/fylorg" readme = "README.md" keywords = [ "file-organizer", "fylorg", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sreedevk/fylorg" resolver = "2" [[bin]] name = "fylorg" test = false bench = false [dependencies.clap] version = "4.0.12" features = ["derive"] [dependencies.glob] version = "0.3.0" [dependencies.itertools] version = "0.10.5" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.thiserror] version = "1.0.37"