xch 0.1.0

A CLI utility and rust crate to atomically swap the content of two paths.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"