1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "bstr"
7version = "1.3.0"
8dependencies = [
9 "memchr",
10 "once_cell",
11 "quickcheck",
12 "regex-automata",
13 "serde",
14 "ucd-parse",
15 "unicode-segmentation",
16]
17
18[[package]]
19name = "cfg-if"
20version = "1.0.0"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
23
24[[package]]
25name = "getrandom"
26version = "0.2.8"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
29dependencies = [
30 "cfg-if",
31 "libc",
32 "wasi",
33]
34
35[[package]]
36name = "libc"
37version = "0.2.138"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
40
41[[package]]
42name = "memchr"
43version = "2.5.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
46
47[[package]]
48name = "once_cell"
49version = "1.16.0"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
52
53[[package]]
54name = "quickcheck"
55version = "1.0.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
58dependencies = [
59 "rand",
60]
61
62[[package]]
63name = "rand"
64version = "0.8.5"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
67dependencies = [
68 "rand_core",
69]
70
71[[package]]
72name = "rand_core"
73version = "0.6.4"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
76dependencies = [
77 "getrandom",
78]
79
80[[package]]
81name = "regex"
82version = "1.7.0"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
85dependencies = [
86 "regex-syntax",
87]
88
89[[package]]
90name = "regex-automata"
91version = "0.1.10"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
94
95[[package]]
96name = "regex-syntax"
97version = "0.6.28"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
100
101[[package]]
102name = "serde"
103version = "1.0.150"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91"
106
107[[package]]
108name = "ucd-parse"
109version = "0.1.10"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "fc2d0556a998f4c55500ce1730901ba32bafbe820068cbdc091421525d61253b"
112dependencies = [
113 "once_cell",
114 "regex",
115]
116
117[[package]]
118name = "unicode-segmentation"
119version = "1.10.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
122
123[[package]]
124name = "wasi"
125version = "0.11.0+wasi-snapshot-preview1"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
128