nofollow 0.1.3

An extension trait for OpenOptions to prevent dereferencing if the given path is a symbolic link when opening a file.
Documentation
[dev-dependencies.tempfile]
version = "3.2.0"

[package]
authors = ["hyd-dev <yd-huang@outlook.com>"]
categories = ["filesystem"]
description = "An extension trait for OpenOptions to prevent dereferencing if the given path is a symbolic link when opening a file."
documentation = "https://docs.rs/nofollow"
edition = "2018"
include = ["src", "COPYRIGHT.md", "LICENSE.md"]
keywords = ["open", "file", "filesystem"]
license = "MPL-2.0"
name = "nofollow"
repository = "https://github.com/hyd-dev/nofollow"
version = "0.1.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
[target."cfg(unix)".dependencies.libc]
default-features = false
version = "0.2.94"