# 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 = "FileSorterX" version = "1.2.1" authors = ["Xanthus58 "] description = "FileSorterX is an automatic file sorting application that sorts your files into folders based on their file extension. With FileSorterX, you can easily keep your files organized and find what you need quickly." readme = "README.md" keywords = [ "file", "sort", "automatic", "extension", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Xanthus58/FileSorterX" [profile.release] opt-level = 3 lto = true codegen-units = 16 debug = false panic = "abort" incremental = false [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.rand] version = "0.8.5" [dependencies.self_update] version = "0.36.0" [dependencies.uuid] version = "1.3.0" features = [ "v4", "fast-rng", "macro-diagnostics", ]