hole-punch 0.0.3

A WIP cross platform library for extracting information about holes in sparse files.
Documentation
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.thiserror]
version = "1.0.11"
[dev-dependencies.quickcheck]
version = "0.9.2"

[dev-dependencies.quickcheck_macros]
version = "0.9.1"

[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Nathan McCarty <nathan@mccarty.io>"]
description = "A WIP cross platform library for extracting information about holes in sparse files."
documentation = "https://docs.rs/hole-punch/0.0.0/hole_punch/"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "hole-punch"
readme = "README.md"
repository = "https://gitlab.com/asuran-rs/hole-punch"
version = "0.0.3"
[target."cfg(unix)".dependencies.errno]
version = "0.2.4"

[target."cfg(unix)".dependencies.libc]
version = "0.2.67"
[target."cfg(windows)".dependencies.winapi]
features = ["ioapiset", "winioctl"]
version = "0.3.8"