• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "cc"
13version = "1.0.77"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
16
17[[package]]
18name = "cfg-if"
19version = "1.0.0"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
22
23[[package]]
24name = "cloudflare-zlib-sys"
25version = "0.3.0"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "2040b6d1edfee6d75f172d81e2d2a7807534f3f294ce18184c70e7bb0105cd6f"
28dependencies = [
29 "cc",
30]
31
32[[package]]
33name = "cmake"
34version = "0.1.49"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
37dependencies = [
38 "cc",
39]
40
41[[package]]
42name = "crc32fast"
43version = "1.3.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
46dependencies = [
47 "cfg-if",
48]
49
50[[package]]
51name = "flate2"
52version = "1.0.25"
53dependencies = [
54 "cloudflare-zlib-sys",
55 "crc32fast",
56 "libz-ng-sys",
57 "libz-sys",
58 "miniz_oxide",
59 "quickcheck",
60 "rand",
61]
62
63[[package]]
64name = "getrandom"
65version = "0.2.8"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
68dependencies = [
69 "cfg-if",
70 "libc",
71 "wasi",
72]
73
74[[package]]
75name = "libc"
76version = "0.2.137"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
79
80[[package]]
81name = "libz-ng-sys"
82version = "1.1.8"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "4399ae96a9966bf581e726de86969f803a81b7ce795fcd5480e640589457e0f2"
85dependencies = [
86 "cmake",
87 "libc",
88]
89
90[[package]]
91name = "libz-sys"
92version = "1.1.8"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
95dependencies = [
96 "cc",
97 "cmake",
98 "libc",
99 "pkg-config",
100 "vcpkg",
101]
102
103[[package]]
104name = "miniz_oxide"
105version = "0.6.2"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
108dependencies = [
109 "adler",
110]
111
112[[package]]
113name = "pkg-config"
114version = "0.3.26"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
117
118[[package]]
119name = "ppv-lite86"
120version = "0.2.17"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
123
124[[package]]
125name = "quickcheck"
126version = "1.0.3"
127source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
129dependencies = [
130 "rand",
131]
132
133[[package]]
134name = "rand"
135version = "0.8.5"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
138dependencies = [
139 "libc",
140 "rand_chacha",
141 "rand_core",
142]
143
144[[package]]
145name = "rand_chacha"
146version = "0.3.1"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
149dependencies = [
150 "ppv-lite86",
151 "rand_core",
152]
153
154[[package]]
155name = "rand_core"
156version = "0.6.4"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
159dependencies = [
160 "getrandom",
161]
162
163[[package]]
164name = "vcpkg"
165version = "0.2.15"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
168
169[[package]]
170name = "wasi"
171version = "0.11.0+wasi-snapshot-preview1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
174