2015-11-28 16:54:52 +00:00
|
|
|
[root]
|
|
|
|
name = "vpncloud"
|
2016-04-05 13:48:28 +00:00
|
|
|
version = "0.5.0"
|
2015-11-28 16:54:52 +00:00
|
|
|
dependencies = [
|
2016-02-02 21:02:48 +00:00
|
|
|
"aligned_alloc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"docopt 0.6.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"epoll 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 08:45:54 +00:00
|
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"gcc 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"net2 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 08:45:54 +00:00
|
|
|
"nix 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 18:22:41 +00:00
|
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"signal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2016-05-02 06:35:11 +00:00
|
|
|
version = "0.5.2"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-05 13:27:47 +00:00
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2015-11-30 21:11:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aligned_alloc"
|
2016-02-02 21:02:48 +00:00
|
|
|
version = "0.1.2"
|
2015-11-30 21:11:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-02 06:35:11 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-30 21:11:37 +00:00
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-03-29 08:45:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-02 06:35:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
2016-05-02 06:35:11 +00:00
|
|
|
version = "0.6.80"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-25 07:56:41 +00:00
|
|
|
"regex 0.1.71 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
"strsim 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "epoll"
|
2016-04-05 13:27:47 +00:00
|
|
|
version = "0.3.0"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-01-19 20:53:38 +00:00
|
|
|
"errno 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2016-01-19 20:53:38 +00:00
|
|
|
version = "0.1.6"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-02 06:35:11 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2016-03-29 08:45:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2016-05-02 06:35:11 +00:00
|
|
|
version = "0.3.28"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-02 06:35:11 +00:00
|
|
|
version = "0.2.2"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-11 08:19:04 +00:00
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-05-11 08:19:04 +00:00
|
|
|
version = "0.2.11"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-04-05 13:27:47 +00:00
|
|
|
version = "0.3.6"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2016-04-05 13:27:47 +00:00
|
|
|
version = "0.1.11"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2016-03-29 08:45:54 +00:00
|
|
|
[[package]]
|
2016-05-02 06:35:11 +00:00
|
|
|
name = "net2"
|
|
|
|
version = "0.2.23"
|
2016-03-29 08:45:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-05-02 06:35:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-03-29 08:45:54 +00:00
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2015-12-08 21:03:49 +00:00
|
|
|
version = "0.4.2"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-03-29 08:45:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-29 08:45:54 +00:00
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2016-03-29 08:45:54 +00:00
|
|
|
version = "0.3.8"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-03 08:38:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2016-02-16 18:22:41 +00:00
|
|
|
version = "0.3.14"
|
2015-12-03 08:38:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 08:38:14 +00:00
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2016-05-25 07:56:41 +00:00
|
|
|
version = "0.1.71"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-02 06:35:11 +00:00
|
|
|
"aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-25 07:56:41 +00:00
|
|
|
"regex-syntax 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 14:02:29 +00:00
|
|
|
"thread_local 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-16 18:22:41 +00:00
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2016-05-25 07:56:41 +00:00
|
|
|
version = "0.3.3"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2016-04-05 13:27:47 +00:00
|
|
|
version = "0.3.19"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal"
|
2016-05-02 06:35:11 +00:00
|
|
|
version = "0.1.4"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-08 21:03:49 +00:00
|
|
|
"nix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-05 13:27:47 +00:00
|
|
|
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-02 06:35:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2016-05-31 14:02:29 +00:00
|
|
|
version = "0.2.6"
|
2016-05-02 06:35:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2016-04-05 13:27:47 +00:00
|
|
|
version = "0.1.35"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-02 06:35:11 +00:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 08:19:04 +00:00
|
|
|
"libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-28 16:54:52 +00:00
|
|
|
]
|
|
|
|
|
2016-02-16 18:22:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-11-28 16:54:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-05-11 08:19:04 +00:00
|
|
|
version = "0.2.7"
|
2015-11-28 16:54:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-02 06:35:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-11 08:19:04 +00:00
|
|
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-02 06:35:11 +00:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|