# 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 = "organize-rs" version = "0.4.1" authors = ["the organize-rs authors"] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", "config/config_template.yaml", ] description = "organize - a file management automation tool" documentation = "https://docs.rs/organize-rs" readme = "README.md" keywords = [ "cli", "file-management", "automation", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/organize-rs/organize" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = true debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.dev.package.insta] opt-level = 3 [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" strip = true [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [[bin]] name = "organize" path = "src/bin/organize.rs" test = true bench = true doc = true harness = true edition = "2021" [dependencies.abscissa_core] version = "0.7.0" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" features = [ "serde", "clock", "std", "time", ] default-features = false [dependencies.clap] version = "4.3.0" features = [ "derive", "env", "wrap_help", ] [dependencies.clap_complete] version = "4.3.0" [dependencies.console] version = "0.15.7" features = ["windows-console-colors"] [dependencies.dialoguer] version = "0.10.4" [dependencies.directories] version = "5.0.1" [dependencies.duct] version = "0.13.6" [dependencies.indicatif] version = "0.17.4" [dependencies.itertools] version = "0.10.5" [dependencies.jwalk] version = "0.8.1" [dependencies.once_cell] version = "1.17.2" [dependencies.open] version = "4.1.0" [dependencies.organize-rs_core] version = "0.2.0" features = ["cli"] [dependencies.regex] version = "1.8.3" [dependencies.rhai] version = "1.14.0" features = ["serde"] [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.163" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_with] version = "3.0.0" [dependencies.serde_yaml] version = "0.9.21" [dependencies.thiserror] version = "1.0.40" [dependencies.toml] version = "0.7.4" [dependencies.winnow] version = "0.4.6" [dev-dependencies.abscissa_core] version = "0.7.0" features = ["testing"] [dev-dependencies.once_cell] version = "1.17.2" [features] default = [] research_organize = []