# 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 = "stowsave" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Automates moving files into a stow directory then using stow to create symlinks back to where the files came from" homepage = "https://github.com/Jasha10/farmbot/tree/main/crates/stowsave" readme = "README.md" license = "MIT" [[bin]] name = "stowsave" path = "src/main.rs" [[test]] name = "e2e_tests" path = "tests/e2e_tests.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.fs_extra] version = "1" [dependencies.path-clean] version = "1" [dependencies.pathdiff] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [dev-dependencies.tempfile] version = "3"