block-utils 0.3.2

Utilities to work with block devices. Formatting, getting device info, identifying type of device, etc.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"