forked from stratis-storage/devicemapper-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 677 Bytes
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "devicemapper"
version = "0.27.0"
authors = ["Stratis Developers <stratis-devel@lists.fedorahosted.com>"]
description = "A library for using Linux device mapper"
documentation = "https://docs.rs/devicemapper/"
# homepage = "..."
repository = "https://github.com/stratis-storage/devicemapper-rs"
readme = "README.md"
keywords = ["Linux", "device", "mapper", "libdm", "storage"]
license = "MPL-2.0"
[dependencies]
libc = "0.2.36"
nix = "0.13"
bitflags = "1"
serde = "1"
error-chain = "0.12"
[dev-dependencies]
loopdev = "0.2"
tempfile = "3.0.1"
libudev = "0.2.0"
libmount = "0.1.11"
matches = "0.1.8"
[dev-dependencies.uuid]
version = "0.7"
features = ["v4"]