[package]
name = "xch"
version = "0.1.0"
authors = ["WanzenBug <moritz.wanzenboeck@gmail.com>"]
description = "A CLI utility and rust crate to atomically swap the content of two paths.\n"
documentation = "https://docs.rs/xch"
readme = "README.md"
keywords = ["fs", "file", "filesystem", "cli"]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/WanzenBug/xch"
[lib]
name = "libxch"
path = "src/lib.rs"
[[bin]]
name = "xch"
path = "src/main.rs"
doc = false
[dependencies.clap]
version = "2.26.0"
[dependencies.error-chain]
version = "^0.10.0"
[dev-dependencies.tempdir]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
version = "^0.2.8"
[target."cfg(windows)".dependencies.ktmw32-sys]
version = "^0.1.0"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "^0.2.2"