# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "drill-press" version = "0.1.1" authors = [ "Nathan McCarty ", "AJ Bagwell ", ] description = "A cross platform library for listing and manipulating holes in sparse files." documentation = "https://docs.rs/drill-press/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aj-bagwell/drill-press" resolver = "2" [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" [target."cfg(unix)".dependencies.errno] version = "0.2.4" [target."cfg(unix)".dependencies.libc] version = "0.2.67" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = [ "ioapiset", "winioctl", "fileapi", ]