[package]
name = "block-utils"
version = "0.3.3"
authors = ["Chris Holcombe <xfactor973@gmail.com>"]
description = "Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc."
documentation = "https://docs.rs/block-utils"
homepage = "https://github.com/cholcombe973/block-utils"
repository = "https://github.com/cholcombe973/block-utils"
readme = "README.md"
license = "MIT"
[dependencies]
libudev = "~0.2"
nom = "~3.2"
regex = "~0.2"
shellscript = "~0.3"
uuid = "~0.5"