devicemapper 0.21.0

A library for using Linux device mapper
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 = "devicemapper"
version = "0.21.0"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.com>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
readme = "README.md"
keywords = ["Linux", "device", "mapper", "libdm", "storage"]
license = "MPL-2.0"
repository = "https://github.com/stratis-storage/devicemapper-rs"
[dependencies.bitflags]
version = "1"

[dependencies.error-chain]
version = "0.11"

[dependencies.libc]
version = "0.2.36"

[dependencies.macro-attr]
version = "0.2.0"

[dependencies.mnt]
version = "0.3.1"

[dependencies.newtype_derive]
version = "0.1"

[dependencies.nix]
version = "0.10"

[dependencies.serde]
version = "1"
[dev-dependencies.loopdev]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.0.1"

[dev-dependencies.uuid]
version = "0.6"
features = ["v4"]