|
|
|
@ -4,7 +4,7 @@ version = "0.3.2"
|
|
|
|
|
dependencies = [ |
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"chunking 0.1.0", |
|
|
|
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -13,7 +13,7 @@ dependencies = [
|
|
|
|
|
"fuse 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"index 0.1.0", |
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -22,17 +22,17 @@ dependencies = [
|
|
|
|
|
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp-serde 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp-serde 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_utils 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_yaml 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"sodiumoxide 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"squash-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -54,7 +54,7 @@ version = "0.2.2"
|
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -78,7 +78,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "byteorder" |
|
|
|
|
version = "1.0.0" |
|
|
|
|
version = "1.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -86,8 +86,8 @@ name = "chrono"
|
|
|
|
|
version = "0.4.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -128,7 +128,7 @@ name = "filetime"
|
|
|
|
|
version = "0.1.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -136,11 +136,11 @@ name = "fuse"
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -172,7 +172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.24" |
|
|
|
|
version = "0.2.26" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -180,7 +180,7 @@ name = "libsodium-sys"
|
|
|
|
|
version = "0.0.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -204,7 +204,7 @@ name = "memchr"
|
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -223,34 +223,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num" |
|
|
|
|
version = "0.1.39" |
|
|
|
|
version = "0.1.40" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-integer" |
|
|
|
|
version = "0.1.34" |
|
|
|
|
version = "0.1.35" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-iter" |
|
|
|
|
version = "0.1.33" |
|
|
|
|
version = "0.1.34" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-traits" |
|
|
|
|
version = "0.1.39" |
|
|
|
|
version = "0.1.40" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -259,8 +259,8 @@ version = "1.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)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -279,12 +279,12 @@ name = "rand"
|
|
|
|
|
version = "0.3.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.1.18" |
|
|
|
|
version = "0.1.26" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -309,31 +309,31 @@ name = "rmp"
|
|
|
|
|
version = "0.8.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rmp-serde" |
|
|
|
|
version = "0.13.3" |
|
|
|
|
version = "0.13.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.8" |
|
|
|
|
version = "1.0.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_bytes" |
|
|
|
|
version = "0.10.0" |
|
|
|
|
version = "0.10.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -341,8 +341,8 @@ name = "serde_utils"
|
|
|
|
|
version = "0.6.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -351,8 +351,8 @@ version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -361,9 +361,9 @@ name = "sodiumoxide"
|
|
|
|
|
version = "0.0.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -372,7 +372,7 @@ version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -387,7 +387,7 @@ version = "0.4.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -405,7 +405,7 @@ version = "0.3.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)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -434,12 +434,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "time" |
|
|
|
|
version = "0.1.37" |
|
|
|
|
version = "0.1.38" |
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -466,7 +466,7 @@ name = "users"
|
|
|
|
|
version = "0.5.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -499,7 +499,15 @@ name = "xattr"
|
|
|
|
|
version = "0.1.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "xattr" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -517,7 +525,7 @@ dependencies = [
|
|
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" |
|
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
|
|
|
|
"checksum blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6a476f32fef3402f1161f89d0d39822809627754a126f8441ff2a9d45e2d59" |
|
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8" |
|
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d" |
|
|
|
|
"checksum chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c20ebe0b2b08b0aeddba49c609fe7957ba2e33449882cb186a180bc60682fa9" |
|
|
|
|
"checksum clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)" = "867a885995b4184be051b70a592d4d70e32d7a188db6e8dff626af286a962771" |
|
|
|
|
"checksum constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "07dcb7959f0f6f1cf662f9a7ff389bcb919924d99ac41cf31f10d611d8721323" |
|
|
|
@ -527,7 +535,7 @@ dependencies = [
|
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" |
|
|
|
|
"checksum libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122" |
|
|
|
|
"checksum libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc" |
|
|
|
|
"checksum libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "30885bcb161cf67054244d10d4a7f4835ffd58773bc72e07d35fecf472295503" |
|
|
|
|
"checksum libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "45e6d6bd0f1b72068272e1689693e3218f192221fae7a2046081f60035540df8" |
|
|
|
|
"checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
|
|
|
|
"checksum linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939" |
|
|
|
@ -535,21 +543,21 @@ dependencies = [
|
|
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
|
|
|
|
"checksum mmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc85448a6006dd2ba26a385a564a8a0f1f2c7e78c70f1a70b2e0f4af286b823" |
|
|
|
|
"checksum murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664" |
|
|
|
|
"checksum num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "2c3a3dc9f30bf824141521b30c908a859ab190b76e20435fcd89f35eb6583887" |
|
|
|
|
"checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37" |
|
|
|
|
"checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e" |
|
|
|
|
"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6" |
|
|
|
|
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525" |
|
|
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba" |
|
|
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01" |
|
|
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0" |
|
|
|
|
"checksum pbr 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e048e3afebb6c454bb1c5d0fe73fda54698b4715d78ed8e7302447c37736d23a" |
|
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
|
|
|
|
"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469" |
|
|
|
|
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
|
|
|
|
"checksum redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "3041aeb6000db123d2c9c751433f526e1f404b23213bd733167ab770c3989b4d" |
|
|
|
|
"checksum redox_syscall 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "9df6a71a1e67be2104410736b2389fb8e383c1d7e9e792d629ff13c02867147a" |
|
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b" |
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db" |
|
|
|
|
"checksum rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ce560a5728f4eec697f07f8d7fa20608893d44b4f5b8f9f5f51a2987f3cffe2" |
|
|
|
|
"checksum rmp-serde 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4a4c47e55d5b719a58f75af7454bcfe62a4d2018746f339510d159351ceb5b1" |
|
|
|
|
"checksum serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4" |
|
|
|
|
"checksum serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a73f5ad9bb83e1e407254c7a355f4efdaffe3c1442fc0657ddb8b9b6b225655" |
|
|
|
|
"checksum rmp-serde 0.13.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b71335ea5c6ade501d5043f8138e88c4f0fac0466b730cea73b43fb2a1287ca9" |
|
|
|
|
"checksum serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "433d7d9f8530d5a939ad5e0e72a6243d2e42a24804f70bf592c679363dcacb2f" |
|
|
|
|
"checksum serde_bytes 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12b8ae62bf2de9844de7506deb95667943b156ac18136a5c8124cb2ac0c51e19" |
|
|
|
|
"checksum serde_utils 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6e0edb364c93646633800df969086bc7c5c25fb3f1eb57349990d1cb4cae4bc" |
|
|
|
|
"checksum serde_yaml 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49d983aa39d2884a4b422bb11bb38f4f48fa05186e17469bc31e47d01e381111" |
|
|
|
|
"checksum sodiumoxide 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "769317362b6ba15fe135147c9ea97dc773c76a312a5b91282dea27bcfed3596c" |
|
|
|
@ -561,7 +569,7 @@ dependencies = [
|
|
|
|
|
"checksum textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f86300c3e7416ee233abd7cda890c492007a3980f941f79185c753a701257167" |
|
|
|
|
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99" |
|
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14" |
|
|
|
|
"checksum time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd7ccbf969a892bf83f1e441126968a07a3941c24ff522a26af9f9f4585d1a3" |
|
|
|
|
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520" |
|
|
|
|
"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3" |
|
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" |
|
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
|
|
@ -572,4 +580,5 @@ dependencies = [
|
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
|
"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc" |
|
|
|
|
"checksum xattr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f20ed92d3af1dcee2ab0b8f167c2ce4865e5a4fa174656c9432d77bda446e11d" |
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |
|
|
|
|