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