fs-swap 0.2.6

Cross-platform implementation of path swap
Documentation
[badges.appveyor]
branch = "master"
repository = "debris/fs-swap"

[badges.travis-ci]
branch = "master"
repository = "debris/fs-swap"
[dev-dependencies.tempdir]
version = "0.3"

[package]
authors = ["debris <marek.kotewicz@gmail.com>", "Parity Technologies <admin@parity.io>"]
description = "Cross-platform implementation of path swap"
homepage = "https://github.com/paritytech/fs-swap"
license = "MIT"
name = "fs-swap"
version = "0.2.6"
[target."cfg(target_os = \"macos\")".dependencies.lazy_static]
version = "1.0"

[target."cfg(target_os = \"macos\")".dependencies.libloading]
version = "0.5"
[target."cfg(unix)".dependencies.libc]
version = "0.2.90"
[target."cfg(windows)".dependencies.winapi]
features = ["ktmw32", "handleapi", "fileapi", "errhandlingapi", "winbase"]
version = "0.3.4"