rust/Cargo.lock

695 lines
32 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-03-27 19:24:42 +01:00
[[package]]
name = "adler32"
version = "1.0.4"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-24 14:10:53 +02:00
[[package]]
name = "ar"
2019-09-01 11:17:01 +02:00
version = "0.8.0"
2019-05-04 16:23:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-24 14:10:53 +02:00
2019-01-17 18:07:27 +01:00
[[package]]
name = "arrayvec"
2019-10-16 19:13:11 +02:00
version = "0.4.12"
2019-01-17 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-16 19:13:11 +02:00
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-17 18:07:27 +01:00
]
2019-10-29 19:07:07 +01:00
[[package]]
name = "autocfg"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 19:51:29 +02:00
[[package]]
name = "backtrace"
2019-10-29 19:07:07 +01:00
version = "0.3.40"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-04 21:11:58 +02:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "backtrace-sys"
2019-10-29 19:07:07 +01:00
version = "0.1.32"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "bitflags"
2019-10-16 19:13:11 +02:00
version = "1.2.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 19:24:42 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "byteorder"
version = "1.3.2"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 19:51:29 +02:00
[[package]]
name = "cc"
2019-10-29 19:07:07 +01:00
version = "1.0.46"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
2019-10-04 21:11:58 +02:00
version = "0.1.10"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-19 19:51:29 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-frontend 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "cranelift-bforest"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
dependencies = [
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
]
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-codegen"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-19 19:51:29 +02:00
dependencies = [
2019-11-06 20:48:29 +01:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-codegen-meta 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-codegen-shared 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-08-01 10:54:37 +02:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:08:42 +01:00
"thiserror 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 18:05:11 +02:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-meta"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-11-09 18:03:47 +01:00
dependencies = [
"cranelift-codegen-shared 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2018-11-09 18:03:47 +01:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-codegen-shared"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
dependencies = [
"packed_struct 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"packed_struct_codegen 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-entity"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-07-23 11:17:39 +02:00
[[package]]
name = "cranelift-faerie"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-07-23 11:17:39 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-11-11 20:39:47 +01:00
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"goblin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 11:17:39 +02:00
]
2018-06-17 18:05:11 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-frontend"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-19 19:51:29 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-08-01 10:54:37 +02:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-module"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-19 19:51:29 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-08-01 10:54:37 +02:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:08:42 +01:00
"thiserror 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-native"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-17 18:05:11 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-11-01 20:08:42 +01:00
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "cranelift-object"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-11-06 20:48:29 +01:00
"object 0.15.0 (git+https://github.com/gimli-rs/object?rev=cba3ed4932e4c594c5eab4f5ef6c51838f4a5056)",
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-19 19:51:29 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "cranelift-simplejit"
2019-11-11 20:39:47 +01:00
version = "0.49.0"
source = "git+https://github.com/bytecodealliance/cranelift/#047e1eed82080299ed160344d2ee11a4af2de8eb"
2018-06-19 19:51:29 +02:00
dependencies = [
"cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-native 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2018-07-14 11:59:42 +02:00
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-24 21:01:38 +02:00
"region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-12 20:22:02 +02:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 18:05:11 +02:00
]
2019-03-27 19:24:42 +01:00
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-04 21:11:58 +02:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 19:24:42 +01:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "errno"
2018-07-14 11:59:42 +02:00
version = "0.2.4"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-07-14 11:59:42 +02:00
"errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-12 20:22:02 +02:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
2018-07-14 11:59:42 +02:00
name = "errno-dragonfly"
version = "0.1.1"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2018-10-16 17:24:45 +02:00
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "faerie"
2019-11-11 20:39:47 +01:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 11:17:39 +02:00
dependencies = [
2019-10-16 19:13:11 +02:00
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"goblin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-01 10:54:37 +02:00
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-07 20:07:55 +02:00
"string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 11:17:39 +02:00
]
2018-06-17 18:05:11 +02:00
[[package]]
name = "failure"
2019-10-16 19:13:11 +02:00
version = "0.1.6"
2018-06-17 18:05:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 18:05:11 +02:00
]
[[package]]
name = "failure_derive"
2019-10-16 19:13:11 +02:00
version = "0.1.6"
2018-06-17 18:05:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-01 20:12:03 +01:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:12:03 +01:00
"syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 18:05:11 +02:00
]
2019-01-17 18:07:27 +01:00
[[package]]
name = "fallible-iterator"
2019-03-25 20:03:05 +01:00
version = "0.2.0"
2019-01-17 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 19:24:42 +01:00
[[package]]
name = "flate2"
2019-10-04 21:11:58 +02:00
version = "1.0.12"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-04 21:11:58 +02:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 19:24:42 +01:00
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 19:24:42 +01:00
]
2018-11-09 18:38:30 +01:00
[[package]]
2019-07-04 18:02:47 +02:00
name = "gcc"
version = "0.3.55"
2018-11-09 18:38:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-17 18:07:27 +01:00
[[package]]
name = "gimli"
2019-07-13 13:36:13 +02:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-17 18:07:27 +01:00
dependencies = [
2019-10-16 19:13:11 +02:00
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 15:21:05 +02:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-25 20:03:05 +01:00
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-01-17 18:07:27 +01:00
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "goblin"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "indexmap"
2019-10-29 19:07:07 +01:00
version = "1.3.0"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-29 19:07:07 +01:00
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 11:17:39 +02:00
2018-06-19 19:51:29 +02:00
[[package]]
name = "libc"
2019-10-29 19:07:07 +01:00
version = "0.2.65"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libloading"
2019-08-13 11:52:09 +02:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-12 20:22:02 +02:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "log"
2019-08-01 10:54:37 +02:00
version = "0.4.8"
2018-07-23 11:17:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-04 21:11:58 +02:00
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 11:17:39 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "mach"
version = "0.2.3"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
2019-03-27 19:24:42 +01:00
[[package]]
name = "miniz_oxide"
2019-10-29 19:07:07 +01:00
version = "0.3.5"
2019-03-27 19:24:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2019-03-27 19:24:42 +01:00
]
2019-01-17 18:07:27 +01:00
[[package]]
name = "nodrop"
2019-10-16 19:13:11 +02:00
version = "0.1.14"
2019-01-17 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-11-06 20:48:29 +01:00
[[package]]
name = "object"
version = "0.15.0"
source = "git+https://github.com/gimli-rs/object?rev=cba3ed4932e4c594c5eab4f5ef6c51838f4a5056#cba3ed4932e4c594c5eab4f5ef6c51838f4a5056"
dependencies = [
"crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-09 15:50:48 +01:00
"flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-06 20:48:29 +01:00
"goblin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "packed_struct"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "packed_struct_codegen"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"packed_struct 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-07-23 11:17:39 +02:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-16 19:13:11 +02:00
[[package]]
name = "proc-macro2"
2019-11-01 20:12:03 +01:00
version = "1.0.6"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-16 19:13:11 +02:00
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-01 20:12:03 +01:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "raw-cpuid"
2019-11-01 20:08:42 +01:00
version = "7.0.3"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-16 19:13:11 +02:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 11:17:39 +02:00
]
2018-06-19 19:51:29 +02:00
[[package]]
name = "region"
2019-06-24 21:01:38 +02:00
version = "2.1.2"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-16 19:13:11 +02:00
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
2019-09-12 20:22:02 +02:00
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.16"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 18:05:11 +02:00
[[package]]
2018-07-14 11:59:42 +02:00
name = "rustc_codegen_cranelift"
2018-06-17 18:05:11 +02:00
version = "0.1.0"
dependencies = [
2019-09-01 11:17:01 +02:00
"ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-06-11 15:21:05 +02:00
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-faerie 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-object 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-simplejit 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)",
2019-11-11 20:39:47 +01:00
"faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-29 19:07:07 +01:00
"indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-13 11:52:09 +02:00
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-09 15:50:48 +01:00
"object 0.15.0 (git+https://github.com/gimli-rs/object?rev=cba3ed4932e4c594c5eab4f5ef6c51838f4a5056)",
2019-11-06 20:48:29 +01:00
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-07-23 11:17:39 +02:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "scroll_derive"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-14 11:59:42 +02:00
[[package]]
name = "serde"
2019-10-29 19:07:07 +01:00
version = "1.0.102"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde_derive"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-09-10 20:37:16 +02:00
[[package]]
name = "smallvec"
2019-11-06 20:48:29 +01:00
version = "1.0.0"
2019-09-10 20:37:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-01-17 18:07:27 +01:00
[[package]]
name = "stable_deref_trait"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-07-23 11:17:39 +02:00
[[package]]
name = "string-interner"
2019-09-07 20:07:55 +02:00
version = "0.7.1"
2018-06-17 18:05:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-10-29 19:07:07 +01:00
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-19 19:51:29 +02:00
]
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-10-16 19:13:11 +02:00
[[package]]
name = "syn"
2019-11-01 20:12:03 +01:00
version = "1.0.7"
2019-10-16 19:13:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-01 20:12:03 +01:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
2018-06-17 18:05:11 +02:00
[[package]]
name = "synstructure"
2019-10-16 19:13:11 +02:00
version = "0.12.1"
2018-06-17 18:05:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-01 20:12:03 +01:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:12:03 +01:00
"syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-10-16 19:13:11 +02:00
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2018-06-17 18:05:11 +02:00
]
2019-11-06 20:48:29 +01:00
[[package]]
name = "target-lexicon"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-11-01 20:08:42 +01:00
[[package]]
name = "thiserror"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"thiserror-impl 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "thiserror-impl"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2019-11-01 20:12:03 +01:00
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:08:42 +01:00
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:12:03 +01:00
"syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
2019-11-01 20:08:42 +01:00
]
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-16 19:13:11 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-03-27 19:24:42 +01:00
[[package]]
name = "uuid"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-19 19:51:29 +02:00
[[package]]
name = "winapi"
2019-09-12 20:22:02 +02:00
version = "0.3.8"
2018-06-19 19:51:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2018-06-17 18:05:11 +02:00
[metadata]
"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
2019-09-01 11:17:01 +02:00
"checksum ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
2019-10-16 19:13:11 +02:00
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
2019-10-29 19:07:07 +01:00
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
2019-10-16 19:13:11 +02:00
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-06-11 15:21:05 +02:00
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
2019-10-29 19:07:07 +01:00
"checksum cc 1.0.46 (registry+https://github.com/rust-lang/crates.io-index)" = "0213d356d3c4ea2c18c40b037c3be23cd639825c18f25ee670ac7813beeef99c"
2019-10-04 21:11:58 +02:00
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
"checksum cranelift 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-bforest 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-meta 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-shared 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-entity 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-faerie 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-frontend 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-module 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-native 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-object 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-simplejit 0.49.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
2019-03-27 19:24:42 +01:00
"checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2018-07-14 11:59:42 +02:00
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
2019-11-11 20:39:47 +01:00
"checksum faerie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "01fed63609767c70e34203201032c249d60a24578a67ef0ce7cc13ff010e9cf2"
2019-10-16 19:13:11 +02:00
"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
2019-03-25 20:03:05 +01:00
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2019-10-04 21:11:58 +02:00
"checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
2018-10-16 17:24:45 +02:00
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
"checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00"
2019-11-06 20:48:29 +01:00
"checksum goblin 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d093f4f925df6c16e4f3f1e75511a6e48ea3bcbca16f9857c03eaac3b1bc9e11"
2019-10-29 19:07:07 +01:00
"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"
2019-08-13 11:52:09 +02:00
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-08-01 10:54:37 +02:00
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
2019-10-29 19:07:07 +01:00
"checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625"
2019-10-16 19:13:11 +02:00
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2019-11-06 20:48:29 +01:00
"checksum object 0.15.0 (git+https://github.com/gimli-rs/object?rev=cba3ed4932e4c594c5eab4f5ef6c51838f4a5056)" = "<none>"
"checksum packed_struct 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90caf80e74380d94f2aabc83edb900b49123b3132442fb147f9155c87a756281"
"checksum packed_struct_codegen 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f6fda15ebe37b7b28889bd4aa75bb134652eaec9eb99d1bf02f806fca4357fc"
2018-07-23 11:17:39 +02:00
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2019-11-01 20:12:03 +01:00
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2019-10-16 19:13:11 +02:00
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
2019-11-01 20:08:42 +01:00
"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
2019-06-24 21:01:38 +02:00
"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-11-06 20:48:29 +01:00
"checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
"checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-10-29 19:07:07 +01:00
"checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0"
"checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8"
2019-11-06 20:48:29 +01:00
"checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"
2019-01-17 18:07:27 +01:00
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
2019-09-07 20:07:55 +02:00
"checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2019-11-01 20:12:03 +01:00
"checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2019-10-16 19:13:11 +02:00
"checksum synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f085a5855930c0441ca1288cf044ea4aecf4f43a91668abdb870b4ba546a203"
2019-11-06 20:48:29 +01:00
"checksum target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4"
2019-11-01 20:08:42 +01:00
"checksum thiserror 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9fe148fa0fc3363a27092d48f7787363ded15bb8623c5d5dd4e2e9f23e4b21bc"
"checksum thiserror-impl 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "258da67e99e590650fa541ac6be764313d23e80cefb6846b516deb8de6b6d921"
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2019-10-16 19:13:11 +02:00
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-03-27 19:24:42 +01:00
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
2019-09-12 20:22:02 +02:00
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-06-19 19:51:29 +02:00
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"