xch 1.1.0

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]
edition = "2018"
name = "xch"
version = "1.1.0"
authors = ["WanzenBug <moritz@wanzenbug.xyz>"]
build = "build.rs"
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.8"
features = ["v4"]
[dev-dependencies.tempdir]
version = "^0.3"
[target."cfg(target_os = \"linux\")".dependencies.errno]
version = "^0.2.4"
[target."cfg(target_os = \"linux\")".build-dependencies.cc]
version = "1.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "^0.3.8"
features = ["handleapi", "ktmw32"]