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