]> git.proxmox.com Git - rustc.git/blame - vendor/memmap2/Cargo.lock
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / memmap2 / Cargo.lock
CommitLineData
064997fb
FG
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "bitflags"
7version = "1.3.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
10
11[[package]]
12name = "cfg-if"
13version = "1.0.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
16
17[[package]]
18name = "fastrand"
19version = "1.7.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
22dependencies = [
23 "instant",
24]
25
26[[package]]
27name = "instant"
28version = "0.1.12"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
31dependencies = [
32 "cfg-if",
33]
34
35[[package]]
36name = "libc"
37version = "0.2.99"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
40
41[[package]]
42name = "memmap2"
f2b60f7d 43version = "0.5.7"
064997fb
FG
44dependencies = [
45 "libc",
46 "owning_ref",
47 "stable_deref_trait",
48 "tempfile",
49]
50
51[[package]]
52name = "owning_ref"
53version = "0.4.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
56dependencies = [
57 "stable_deref_trait",
58]
59
60[[package]]
61name = "redox_syscall"
62version = "0.2.13"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
65dependencies = [
66 "bitflags",
67]
68
69[[package]]
70name = "remove_dir_all"
71version = "0.5.3"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
74dependencies = [
75 "winapi",
76]
77
78[[package]]
79name = "stable_deref_trait"
80version = "1.2.0"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
83
84[[package]]
85name = "tempfile"
86version = "3.3.0"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
89dependencies = [
90 "cfg-if",
91 "fastrand",
92 "libc",
93 "redox_syscall",
94 "remove_dir_all",
95 "winapi",
96]
97
98[[package]]
99name = "winapi"
100version = "0.3.9"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
103dependencies = [
104 "winapi-i686-pc-windows-gnu",
105 "winapi-x86_64-pc-windows-gnu",
106]
107
108[[package]]
109name = "winapi-i686-pc-windows-gnu"
110version = "0.4.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
113
114[[package]]
115name = "winapi-x86_64-pc-windows-gnu"
116version = "0.4.0"
117source = "registry+https://github.com/rust-lang/crates.io-index"
118checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"