drill-press 0.1.2

A cross platform library for listing and manipulating holes in sparse files.
Documentation
[[bin]]
name = "hole_info"
path = "src/bin/hole_info.rs"

[dependencies.cfg-if]
version = "0.1.10"

[dependencies.thiserror]
version = "1.0.11"

[dev-dependencies.quickcheck]
version = "1.0.3"

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

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

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

[lib]
name = "drill_press"
path = "src/lib.rs"

[package]
authors = ["Nathan McCarty <nathan@mccarty.io>", "AJ Bagwell <aj.bagwell@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A cross platform library for listing and manipulating holes in sparse files."
documentation = "https://docs.rs/drill-press/"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "drill-press"
readme = "README.md"
repository = "https://github.com/aj-bagwell/drill-press"
version = "0.1.2"

[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", "fileapi"]
version = "0.3.8"