]> git.lizzy.rs Git - rust.git/blob - test-cargo-miri/Cargo.lock
Auto merge of #1546 - Aaron1011:fix/windows-panic, r=RalfJung
[rust.git] / test-cargo-miri / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "byteorder"
5 version = "1.3.4"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
8 [[package]]
9 name = "cargo-miri-test"
10 version = "0.1.0"
11 dependencies = [
12  "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
13  "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
14  "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
15 ]
16
17 [[package]]
18 name = "cfg-if"
19 version = "0.1.10"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21
22 [[package]]
23 name = "getrandom"
24 version = "0.1.14"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 dependencies = [
27  "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
28  "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
29  "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
30 ]
31
32 [[package]]
33 name = "hermit-abi"
34 version = "0.1.10"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 dependencies = [
37  "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
38 ]
39
40 [[package]]
41 name = "libc"
42 version = "0.2.68"
43 source = "registry+https://github.com/rust-lang/crates.io-index"
44
45 [[package]]
46 name = "num_cpus"
47 version = "1.12.0"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 dependencies = [
50  "hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
51  "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
52 ]
53
54 [[package]]
55 name = "ppv-lite86"
56 version = "0.2.6"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58
59 [[package]]
60 name = "rand"
61 version = "0.7.3"
62 source = "registry+https://github.com/rust-lang/crates.io-index"
63 dependencies = [
64  "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
65  "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
66  "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
67  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
68  "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
69  "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
70 ]
71
72 [[package]]
73 name = "rand_chacha"
74 version = "0.2.2"
75 source = "registry+https://github.com/rust-lang/crates.io-index"
76 dependencies = [
77  "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
78  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
79 ]
80
81 [[package]]
82 name = "rand_core"
83 version = "0.5.1"
84 source = "registry+https://github.com/rust-lang/crates.io-index"
85 dependencies = [
86  "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
87 ]
88
89 [[package]]
90 name = "rand_hc"
91 version = "0.2.0"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 dependencies = [
94  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
95 ]
96
97 [[package]]
98 name = "rand_pcg"
99 version = "0.2.1"
100 source = "registry+https://github.com/rust-lang/crates.io-index"
101 dependencies = [
102  "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
103 ]
104
105 [[package]]
106 name = "wasi"
107 version = "0.9.0+wasi-snapshot-preview1"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109
110 [metadata]
111 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
112 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
113 "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
114 "checksum hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
115 "checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
116 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
117 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
118 "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
119 "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
120 "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
121 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
122 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
123 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"