[dependencies.cfg-if]
version = "1"
[package]
authors = ["Cody P Schafer <dev@codyps.com>"]
description = "Work with block devices and other block-like things in rust"
documentation = "https://docs.rs/io-block"
edition = "2021"
include = ["Cargo.toml", "**/*.rs"]
keywords = ["io", "block", "device"]
license = "MIT OR Apache-2.0"
name = "io-block"
readme = "README.md"
repository = "https://github.com/jmesmon/io-block"
version = "0.2.2"
[target.'cfg(any(target_os = "linux", target_vendor = "apple"))'.dependencies.nix]
version = "0.26"