# 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 = "file-split-to-directory" version = "1.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "split files to folders" homepage = "https://github.com/hoshiyuki-tamako/file-split-to-directory-rs" readme = "readme.md" keywords = [ "file", "split", "directory", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/hoshiyuki-tamako/file-split-to-directory-rs" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "file_split_to_directory" path = "src/lib.rs" [[bin]] name = "file-split-to-directory" path = "src/main.rs" [[example]] name = "basic" path = "examples/basic/main.rs" [[example]] name = "custom_directory_name" path = "examples/custom_directory_name/main.rs" [[example]] name = "custom_file_order" path = "examples/custom_file_order/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.natord] version = "1.0.9" [dev-dependencies.fake] version = "2.9.2" [dev-dependencies.temp-dir] version = "0.1.14" [dev-dependencies.temp-file] version = "0.1.9" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"