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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[]]
= "anyhow"
= "1.0.31"
= "registry+https://github.com/rust-lang/crates.io-index"
= "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
[[]]
= "autocfg"
= "1.0.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[]]
= "bounded"
= "0.1.1"
= [
"anyhow",
"derive_more",
"num",
]
[[]]
= "derive_more"
= "0.99.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "2127768764f1556535c01b5326ef94bd60ff08dcfbdc544d53e69ed155610f5d"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "num"
= "0.2.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
= [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[]]
= "num-bigint"
= "0.2.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
= [
"autocfg",
"num-integer",
"num-traits",
]
[[]]
= "num-complex"
= "0.2.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
= [
"autocfg",
"num-traits",
]
[[]]
= "num-integer"
= "0.1.42"
= "registry+https://github.com/rust-lang/crates.io-index"
= "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
= [
"autocfg",
"num-traits",
]
[[]]
= "num-iter"
= "0.1.40"
= "registry+https://github.com/rust-lang/crates.io-index"
= "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
= [
"autocfg",
"num-integer",
"num-traits",
]
[[]]
= "num-rational"
= "0.2.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
= [
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
[[]]
= "num-traits"
= "0.2.11"
= "registry+https://github.com/rust-lang/crates.io-index"
= "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
= [
"autocfg",
]
[[]]
= "proc-macro2"
= "1.0.18"
= "registry+https://github.com/rust-lang/crates.io-index"
= "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
= [
"unicode-xid",
]
[[]]
= "quote"
= "1.0.6"
= "registry+https://github.com/rust-lang/crates.io-index"
= "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
= [
"proc-macro2",
]
[[]]
= "syn"
= "1.0.30"
= "registry+https://github.com/rust-lang/crates.io-index"
= "93a56fabc59dce20fe48b6c832cc249c713e7ed88fa28b0ee0a3bfcaae5fe4e2"
= [
"proc-macro2",
"quote",
"unicode-xid",
]
[[]]
= "unicode-xid"
= "0.2.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"