]> git.proxmox.com Git - rustc.git/blob - vendor/memmap2/Cargo.lock
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / memmap2 / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "fuchsia-cprng"
5 version = "0.1.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
8
9 [[package]]
10 name = "libc"
11 version = "0.2.66"
12 source = "registry+https://github.com/rust-lang/crates.io-index"
13 checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
14
15 [[package]]
16 name = "memmap2"
17 version = "0.2.1"
18 dependencies = [
19 "libc",
20 "tempdir",
21 ]
22
23 [[package]]
24 name = "rand"
25 version = "0.4.6"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
27 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
28 dependencies = [
29 "fuchsia-cprng",
30 "libc",
31 "rand_core 0.3.1",
32 "rdrand",
33 "winapi",
34 ]
35
36 [[package]]
37 name = "rand_core"
38 version = "0.3.1"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
41 dependencies = [
42 "rand_core 0.4.2",
43 ]
44
45 [[package]]
46 name = "rand_core"
47 version = "0.4.2"
48 source = "registry+https://github.com/rust-lang/crates.io-index"
49 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
50
51 [[package]]
52 name = "rdrand"
53 version = "0.4.0"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
56 dependencies = [
57 "rand_core 0.3.1",
58 ]
59
60 [[package]]
61 name = "remove_dir_all"
62 version = "0.5.2"
63 source = "registry+https://github.com/rust-lang/crates.io-index"
64 checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
65 dependencies = [
66 "winapi",
67 ]
68
69 [[package]]
70 name = "tempdir"
71 version = "0.3.7"
72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
74 dependencies = [
75 "rand",
76 "remove_dir_all",
77 ]
78
79 [[package]]
80 name = "winapi"
81 version = "0.3.8"
82 source = "registry+https://github.com/rust-lang/crates.io-index"
83 checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
84 dependencies = [
85 "winapi-i686-pc-windows-gnu",
86 "winapi-x86_64-pc-windows-gnu",
87 ]
88
89 [[package]]
90 name = "winapi-i686-pc-windows-gnu"
91 version = "0.4.0"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
94
95 [[package]]
96 name = "winapi-x86_64-pc-windows-gnu"
97 version = "0.4.0"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"