-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Cargo.toml
111 lines (109 loc) · 2.11 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[package]
name = "dummy_package"
version = "0.1.0"
edition = "2021"
[lib]
path = "dummy.rs"
[dependencies]
anyhow = "1.0.86"
arrayvec = "0.7.6"
arr_macro = "0.2.1"
ascii = "1.1.0"
bigdecimal = "0.4.5"
bimap = "0.6.3"
binary-heap-plus = "0.5.0"
bitflags = "2.6.0"
bit-set = "0.8.0"
bitvec = "1.0.1"
bstr = "1.10.0"
bytecount = "0.6.8"
cached = "0.53.1"
cast = "0.3.0"
chrono = "0.4.38"
convert_case = "0.6.0"
counter = "0.6.0"
criterion = "0.5.1"
crossbeam = "0.8.4"
crossbeam-channel = "0.5.13"
crossbeam-utils = "0.8.20"
dashmap = "6.1.0"
derive_more = "1.0.0"
digits_iterator = "0.1.0"
divisors = "0.2.1"
divrem = "1.0.0"
duplicate = "1.0.0"
easybench = "1.1.1"
either = "1.13.0"
enum-iterator = "2.1.0"
enum-primitive-derive = "0.3.0"
enumset = "1.1.5"
fixedbitset = "0.5.7"
flagset = "0.4.6"
frunk = "0.4.3"
gcd = "2.3.0"
hashbag = "0.1.12"
hexlit = "0.5.5"
if_chain = "1.0.2"
im = "15.1.0"
indexmap = "2.5.0"
indoc = "2.0.5"
integer-sqrt = "0.1.5"
int-enum = "1.1.2"
itertools = "0.13.0"
itoa = "1.0.11"
kmp = "0.1.1"
linked-hash-map = "0.5.6"
linked_hash_set = "0.1.4"
maplit = "1.0.2"
memoize = "0.4.2"
mod_exp = "1.0.1"
modinverse = "0.1.1"
multimap = "0.10.0"
multiset = "0.0.5"
ndarray = "0.16.1"
nom = "7.1.3"
num = "0.4.3"
num-bigint = "0.4.6"
num_cpus = "1.16.0"
num-derive = "0.4.2"
num_enum = "0.7.3"
num-format = "0.4.4"
num-integer = "0.1.46"
numtoa = "0.2.4"
num-traits = "0.2.19"
pest = "2.7.11"
pest_derive = "2.7.11"
phf = "0.11.2"
phf_macros = "0.11.2"
pretty_assertions = "1.4.0"
proptest = "1.5.0"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
rayon = "1.10.0"
regex-lite = "0.1.6"
rstest = "0.22.0"
rstest_reuse = "0.7.0"
serde = "1.0.209"
serde_derive = "1.0.173"
spinning_top = "0.3.0"
static_assertions = "1.1.0"
strfmt = "0.2.4"
strum = "0.26.3"
strum_macros = "0.26.4"
subslice = "0.2.3"
thiserror = "1.0.63"
threadpool = "1.8.1"
time = "0.3.36"
tinyset = "0.4.15"
transpose = "0.2.3"
unicase = "2.6.0"
unicode-normalization = "0.1.23"
unicode-reverse = "1.0.9"
unicode-segmentation = "1.11.0"
unic-segment = "0.9.0"
unzip-n = "0.1.2"
uuid = "1.10.0"
voca_rs = "1.15.2"
xvii = "0.4.0"