# 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 = "sync_mv" version = "0.1.3" authors = ["Helin Wang"] description = """ Binary that generates a script containing `mkdir` and `mv` commands that moves the files in the `dst` folder to match the file structure of the `src` folder. Run it before `rsync` to save copying files moved in the source folder. """ documentation = "https://docs.rs/sync_mv" readme = "README.md" license = "MIT" repository = "https://github.com/helinwang/sync_mv" [dependencies.clap] version = "4" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.assert_cmd] version = "2.0.7" [dev-dependencies.temp-file] version = "0.1.7"