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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 4
[[]]
= "inventory"
= "0.3.24"
= "registry+https://github.com/rust-lang/crates.io-index"
= "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
= [
"rustversion",
]
[[]]
= "proc-macro2"
= "1.0.106"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
= [
"unicode-ident",
]
[[]]
= "quote"
= "1.0.46"
= "registry+https://github.com/rust-lang/crates.io-index"
= "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
= [
"proc-macro2",
]
[[]]
= "rustversion"
= "1.0.23"
= "registry+https://github.com/rust-lang/crates.io-index"
= "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
[[]]
= "sim-citizen"
= "0.1.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0e4b5153bcd465c4ec568d2b0651cc99200c992c7448284c03d4b30b2a38fa4e"
= [
"inventory",
"sim-kernel",
"sim-value",
]
[[]]
= "sim-citizen-derive"
= "0.1.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "9e75353b8cff68be6f61a18b2c4707035544b427691c2b0420f669ca5d8c46bf"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "sim-codec"
= "0.1.4"
= "registry+https://github.com/rust-lang/crates.io-index"
= "434c8740340c093193820959404a7e269f178daef66fbdd4d1ac6da6509eae07"
= [
"sim-citizen-derive",
"sim-cookbook",
"sim-kernel",
]
[[]]
= "sim-cookbook"
= "0.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "0ed0d6f88539ff28909e912e95974c5c5a33d4b1e48c5101337648bae7c0c073"
[[]]
= "sim-kernel"
= "0.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b22763ef2dc81be92b09d52cfd78c22e8488f6278f6c3cebea134554df0e279c"
= [
"thiserror",
]
[[]]
= "sim-lib-scene"
= "0.1.3"
= [
"sim-citizen",
"sim-citizen-derive",
"sim-codec",
"sim-cookbook",
"sim-kernel",
"sim-shape",
"sim-test-support",
"sim-value",
]
[[]]
= "sim-shape"
= "0.1.1"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5758a712156cdfc2912a434f743b4cf5f7e8b8e8b4e1cfd7c321b6eafe328252"
= [
"sim-citizen",
"sim-citizen-derive",
"sim-kernel",
]
[[]]
= "sim-test-support"
= "0.1.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "ca41374c3131d2244c5137d9e416fc409e424327e4baadabdbec7bf70783581b"
= [
"sim-citizen-derive",
"sim-codec",
"sim-kernel",
"sim-value",
]
[[]]
= "sim-value"
= "0.1.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "36787dd245068c435cfdf11acad040b0c16b818e83167c3eec8c7d726ff61da0"
= [
"sim-kernel",
]
[[]]
= "syn"
= "2.0.118"
= "registry+https://github.com/rust-lang/crates.io-index"
= "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
= [
"proc-macro2",
"quote",
"unicode-ident",
]
[[]]
= "thiserror"
= "1.0.69"
= "registry+https://github.com/rust-lang/crates.io-index"
= "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
= [
"thiserror-impl",
]
[[]]
= "thiserror-impl"
= "1.0.69"
= "registry+https://github.com/rust-lang/crates.io-index"
= "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
= [
"proc-macro2",
"quote",
"syn",
]
[[]]
= "unicode-ident"
= "1.0.24"
= "registry+https://github.com/rust-lang/crates.io-index"
= "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"