xch 0.2.1

A CLI utility and rust crate to atomically swap the content of two paths.
Documentation
# 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.2.1"
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"
[package.metadata.release]
pre-release-commit-message = "Release {{version}}"

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "Current release: {{version}}"
search = "Current release: [a-z0-9\\.-]+"

[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "xch = \"{{version}}\""
search = "xch = \"[a-z0-9\\.-]+\""

[[package.metadata.release.pre-release-replacements]]
file = "CHANGELOG.md"
replace = "## [Unreleased] -- {{date}}\n\n## [{{version}}] -- {{date}}"
search = "## \\[Unreleased\\] -- [0-9]+-[0-9]+-[0-9]+"

[lib]
name = "libxch"
path = "src/lib.rs"

[[bin]]
name = "xch"
path = "src/main.rs"
doc = false
[dependencies.uuid]
version = "^0.5"
features = ["v4"]

[dependencies.cfg-if]
version = "^0.1"

[dependencies.errno]
version = "^0.2.3"

[dependencies.error-chain]
version = "^0.11.0"

[dependencies.clap]
version = "^2.26.0"
[dev-dependencies.tempdir]
version = "^0.3"

[features]
nightly = ["syscall"]
[target."cfg(windows)".dependencies.kernel32-sys]
version = "^0.2.2"

[target."cfg(windows)".dependencies.ktmw32-sys]
version = "^0.1.0"

[target."cfg(windows)".dependencies.winapi]
version = "^0.2.8"
[target."cfg(target_os = \"linux\")".dependencies.syscall]
version = "^0.2.1"
optional = true
[target."cfg(unix)".dependencies.libc]
version = "^0.2.29"