[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Lzu Tao <taolzu@gmail.com>"]
categories = ["api-bindings", "os::windows-apis"]
description = "library for working with NTFS junctions"
documentation = "https://docs.rs/junction/*/x86_64-pc-windows-msvc/junction/"
edition = "2018"
exclude = ["/.github", "/HOW-TO-RELEASE.md", "/azure-pipelines.yml"]
keywords = ["junction", "symlink"]
license = "MIT"
name = "junction"
readme = "README.md"
repository = "https://github.com/lzutao/junction"
version = "0.2.0"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
[target."cfg(windows)".dependencies.scopeguard]
default-features = false
version = "1"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "fileapi", "guiddef", "handleapi", "ioapiset", "processthreadsapi", "securitybaseapi", "winbase", "winioctl", "winnt"]
version = "0.3"