devicemapper 0.13.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.13.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 = "0.9"

[dependencies.newtype_derive]
version = "0.1"

[dependencies.serde]
version = "1"

[dependencies.libc]
version = "0.2.31"

[dependencies.nix]
version = "0.9"

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

[dependencies.custom_derive]
version = "0.1"

[dependencies.clippy]
version = "0"
optional = true

[dependencies.log]
version = "0.3"

[dependencies.env_logger]
version = "0.4"
[dev-dependencies.loopdev]
version = "0.1.1"

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