[package]
name = "io-close"
version = "0.1.3"
authors = ["wufz"]
edition = "2018"
description = "An extension trait for closing I/O related types such as File and BufWriter."
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/wufz/io-close"
[dependencies]
libc = "0.2.80"
[dev-dependencies]
tempfile = "3.1.0"
[target."cfg(windows)".dependencies]
kernel32-sys = "0.2.2"