-
Notifications
You must be signed in to change notification settings - Fork 4
/
Cargo.toml
30 lines (28 loc) · 800 Bytes
/
Cargo.toml
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
30
[package]
name = "libvirt-rpc"
version = "0.1.12"
authors = ["Alexander Polyakov <[email protected]>"]
description = "libvirt protocol implementation and client"
documentation = "https://docs.rs/libvirt-rpc"
homepage = "https://github.com/polachok/libvirt-rpc"
repository = "https://github.com/polachok/libvirt-rpc"
license = "LGPL-2.1"
build = "build.rs"
[build-dependencies]
xdrgen = "0.4.4"
#xdrgen = { git = "https://github.com/polachok/rust-xdr", branch = "discriminator-as-i32" }
[dependencies]
xdr-codec = { version = "0.4", features = ["bytecodec"] }
byteorder = "1.0"
uuid = "0.5"
futures = "0.1.6"
tokio-proto = "0.1"
tokio-service = "0.1"
tokio-core = "0.1"
tokio-io = "0.1.2"
tokio-uds = "0.1"
tokio-uds-proto = "0.1"
bytes = "0.4"
log = "0.3.7"
env_logger = "0.4"
bitflags = "0.8.2"