2018-02-27 01:27:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aarch64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"arch 0.1.0",
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
|
|
|
"device_manager 0.1.0",
|
|
|
|
"devices 0.1.0",
|
|
|
|
"kernel_cmdline 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
|
|
|
"kvm_sys 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-27 01:27:40 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-02-14 06:09:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arch"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"device_manager 0.1.0",
|
|
|
|
"devices 0.1.0",
|
|
|
|
"kernel_cmdline 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 06:09:43 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-09 01:33:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-18 18:33:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-09 01:33:46 +00:00
|
|
|
[[package]]
|
2017-09-20 00:48:41 +00:00
|
|
|
name = "crosvm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-02-27 01:27:40 +00:00
|
|
|
"aarch64 0.1.0",
|
2018-02-14 06:09:43 +00:00
|
|
|
"arch 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-16 18:03:52 +00:00
|
|
|
"crosvm_plugin 0.14.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"data_model 0.1.0",
|
2018-02-13 03:38:35 +00:00
|
|
|
"device_manager 0.1.0",
|
2017-10-06 22:26:46 +00:00
|
|
|
"devices 0.1.0",
|
2018-04-26 00:49:56 +00:00
|
|
|
"gpu_buffer 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"io_jail 0.1.0",
|
2018-02-02 01:49:01 +00:00
|
|
|
"kernel_cmdline 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"kernel_loader 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2018-01-17 01:59:03 +00:00
|
|
|
"kvm_sys 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-28 04:04:03 +00:00
|
|
|
"net_util 0.1.0",
|
2018-03-19 23:49:53 +00:00
|
|
|
"p9 0.1.0",
|
2018-05-16 18:03:52 +00:00
|
|
|
"plugin_proto 0.14.0",
|
2018-01-17 01:59:03 +00:00
|
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-13 17:09:40 +00:00
|
|
|
"qcow 0.1.0",
|
2018-01-18 21:39:51 +00:00
|
|
|
"qcow_utils 0.1.0",
|
2018-01-17 01:59:03 +00:00
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 19:59:11 +00:00
|
|
|
"resources 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
2017-09-28 04:04:03 +00:00
|
|
|
"vhost 0.1.0",
|
2017-10-06 22:30:34 +00:00
|
|
|
"vm_control 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"x86_64 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:44:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crosvm_plugin"
|
2018-05-16 18:03:52 +00:00
|
|
|
version = "0.14.0"
|
2018-01-17 01:44:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"kvm 0.1.0",
|
|
|
|
"kvm_sys 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-16 18:03:52 +00:00
|
|
|
"plugin_proto 0.14.0",
|
2018-01-17 01:44:54 +00:00
|
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data_model"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2018-02-13 03:38:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "device_manager"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"devices 0.1.0",
|
|
|
|
"io_jail 0.1.0",
|
|
|
|
"kernel_cmdline 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-13 03:38:35 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-10-06 22:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "devices"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
2017-10-13 20:18:00 +00:00
|
|
|
"io_jail 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 22:26:46 +00:00
|
|
|
"net_sys 0.1.0",
|
|
|
|
"net_util 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
"vhost 0.1.0",
|
|
|
|
"virtio_sys 0.1.0",
|
|
|
|
"vm_control 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-26 00:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gpu_buffer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"data_model 0.1.0",
|
2018-04-23 01:42:09 +00:00
|
|
|
"sys_util 0.1.0",
|
2018-04-26 00:49:56 +00:00
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io_jail"
|
|
|
|
version = "0.1.0"
|
2018-02-02 01:49:01 +00:00
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-02 01:49:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel_cmdline"
|
|
|
|
version = "0.1.0"
|
2017-09-20 00:48:41 +00:00
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel_loader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"kvm_sys 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kvm_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-04-05 01:18:54 +00:00
|
|
|
version = "0.2.40"
|
2017-09-20 00:48:41 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"net_sys 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "p9"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:16:43 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-19 23:49:53 +00:00
|
|
|
"wire_format_derive 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plugin_proto"
|
2018-05-16 18:03:52 +00:00
|
|
|
version = "0.14.0"
|
2018-01-17 01:35:27 +00:00
|
|
|
dependencies = [
|
2018-05-18 18:33:19 +00:00
|
|
|
"cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-27 23:53:12 +00:00
|
|
|
"kvm_sys 0.1.0",
|
2018-01-17 01:35:27 +00:00
|
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-28 06:22:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "poll_token_derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protoc-rust"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-13 17:09:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qcow"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-13 17:09:40 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-18 21:39:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "qcow_utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-18 21:39:51 +00:00
|
|
|
"qcow 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 01:35:27 +00:00
|
|
|
]
|
|
|
|
|
2018-05-23 19:59:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "resources"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"data_model 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.12.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sys_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-05-18 18:33:19 +00:00
|
|
|
"cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"data_model 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-28 06:22:35 +00:00
|
|
|
"poll_token_derive 0.1.0",
|
2017-09-20 00:48:41 +00:00
|
|
|
"syscall_defines 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syscall_defines"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2018-01-17 01:35:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vhost"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-20 00:48:41 +00:00
|
|
|
"net_util 0.1.0",
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
"virtio_sys 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtio_sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-10-06 22:30:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vm_control"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-12-07 02:20:09 +00:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 22:30:34 +00:00
|
|
|
"data_model 0.1.0",
|
|
|
|
"kvm 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-18 21:39:51 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-19 23:49:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wire_format_derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-18 21:39:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x86_64"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-02-14 06:09:43 +00:00
|
|
|
"arch 0.1.0",
|
2018-01-18 21:39:51 +00:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"data_model 0.1.0",
|
2018-02-01 23:52:58 +00:00
|
|
|
"device_manager 0.1.0",
|
|
|
|
"devices 0.1.0",
|
|
|
|
"kernel_cmdline 0.1.0",
|
|
|
|
"kernel_loader 0.1.0",
|
2018-01-18 21:39:51 +00:00
|
|
|
"kvm 0.1.0",
|
|
|
|
"kvm_sys 0.1.0",
|
2018-04-05 01:18:54 +00:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 22:30:34 +00:00
|
|
|
"sys_util 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-20 00:48:41 +00:00
|
|
|
[metadata]
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
2017-09-20 00:48:41 +00:00
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
2018-05-18 18:33:19 +00:00
|
|
|
"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-04-05 01:18:54 +00:00
|
|
|
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
2018-03-19 23:49:53 +00:00
|
|
|
"checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
|
|
|
|
"checksum protoc 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5379c34ea2f9c69b99e6f25f6d0e6619876195ae7a3dcaf69f66bdb6c2e4dceb"
|
|
|
|
"checksum protoc-rust 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e211a7f56b2d020a59d483f652cfdfa6fd42e37bf544c0231e373807aa316c45"
|
2018-03-19 23:49:53 +00:00
|
|
|
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1"
|
2018-03-19 23:49:53 +00:00
|
|
|
"checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
|
2018-01-17 01:35:27 +00:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2018-03-19 23:49:53 +00:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|