-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.json
43 lines (43 loc) · 968 Bytes
/
report.json
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
{
"version": 0,
"root_name": "xm32-vm",
"workspace_crates": {
"xm32-vm": {
"full_path": "/home/xeome/Documents/git/xm32-vm/Cargo.toml",
"dependencies": {
"env_logger": {
"original_features": [
"regex",
"humantime",
"auto-color"
],
"successfully_removed_features": [
"humantime",
"regex"
],
"unsuccessfully_removed_features": [
"auto-color"
]
},
"chrono": {
"original_features": [
"iana-time-zone",
"clock",
"android-tzdata",
"winapi",
"std"
],
"successfully_removed_features": [
"std",
"iana-time-zone",
"android-tzdata",
"winapi"
],
"unsuccessfully_removed_features": [
"clock"
]
}
}
}
}
}