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