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