[package]
name = "block-utils"
version = "0.6.2"
authors = ["Chris Holcombe <xfactor973@gmail.com>"]
description = "Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc."
edition = '2018'
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"
[dev-dependencies]
nix = "~0.11"
tempdir = "~0.3"
[dependencies]
fstab = "~0.3"
udev = "~0.2"
log = "~0.4"
nom = "~4.1"
regex = "~1.0"
shellscript = "~0.3"
serde_json = "~1.0"
uuid = "~0.7"