block-utils 0.10.4

Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc.
Documentation
[dependencies.fstab]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "5.1.1"

[dependencies.regex]
version = "1.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.shellscript]
version = "0.3"

[dependencies.strum]
version = "0.22"

[dependencies.strum_macros]
version = "0.22"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "0.8"
[dev-dependencies.nix]
version = "0.23"

[dev-dependencies.tempdir]
version = "0.3"

[package]
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"
edition = "2018"
homepage = "https://github.com/cholcombe973/block-utils"
license = "MIT"
name = "block-utils"
readme = "README.md"
repository = "https://github.com/cholcombe973/block-utils"
version = "0.10.4"
[target."cfg(target_os = \"linux\")".dependencies.udev]
version = "0.5"