block-utils 0.11.1

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.regex]
version = "1.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shellscript]
version = "0.3"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.3"

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

[dev-dependencies.tempfile]
version = "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.11.1"

[target.'cfg(target_os = "linux")'.dependencies.udev]
version = "0.5"