@@ -16,14 +16,21 @@ fn cargo_metadata_simple() {
16
16
{
17
17
"packages": [
18
18
{
19
+ "authors": [
20
+
21
+ ],
22
+ "categories": [],
19
23
"name": "foo",
20
24
"version": "0.5.0",
21
25
"id": "foo[..]",
26
+ "keywords": [],
22
27
"source": null,
23
28
"dependencies": [],
24
29
"license": null,
25
30
"license_file": null,
26
31
"description": null,
32
+ "readme": null,
33
+ "repository": null,
27
34
"targets": [
28
35
{
29
36
"kind": [
@@ -100,9 +107,14 @@ crate-type = ["lib", "staticlib"]
100
107
{
101
108
"packages": [
102
109
{
110
+ "authors": [],
111
+ "categories": [],
103
112
"name": "foo",
113
+ "readme": null,
114
+ "repository": null,
104
115
"version": "0.5.0",
105
116
"id": "foo[..]",
117
+ "keywords": [],
106
118
"source": null,
107
119
"dependencies": [],
108
120
"license": null,
@@ -172,9 +184,14 @@ optional_feat = []
172
184
{
173
185
"packages": [
174
186
{
187
+ "authors": [],
188
+ "categories": [],
175
189
"name": "foo",
190
+ "readme": null,
191
+ "repository": null,
176
192
"version": "0.5.0",
177
193
"id": "foo[..]",
194
+ "keywords": [],
178
195
"source": null,
179
196
"dependencies": [],
180
197
"license": null,
@@ -260,11 +277,17 @@ fn cargo_metadata_with_deps_and_version() {
260
277
{
261
278
"packages": [
262
279
{
280
+ "authors": [],
281
+ "categories": [],
263
282
"dependencies": [],
283
+ "description": null,
264
284
"features": {},
265
285
"id": "baz 0.0.1 (registry+[..])",
286
+ "keywords": [],
266
287
"manifest_path": "[..]Cargo.toml",
267
288
"name": "baz",
289
+ "readme": null,
290
+ "repository": null,
268
291
"source": "registry+[..]",
269
292
"license": null,
270
293
"license_file": null,
@@ -285,6 +308,8 @@ fn cargo_metadata_with_deps_and_version() {
285
308
"metadata": null
286
309
},
287
310
{
311
+ "authors": [],
312
+ "categories": [],
288
313
"dependencies": [
289
314
{
290
315
"features": [],
@@ -300,8 +325,11 @@ fn cargo_metadata_with_deps_and_version() {
300
325
],
301
326
"features": {},
302
327
"id": "bar 0.0.1 (registry+[..])",
328
+ "keywords": [],
303
329
"manifest_path": "[..]Cargo.toml",
304
330
"name": "bar",
331
+ "readme": null,
332
+ "repository": null,
305
333
"source": "registry+[..]",
306
334
"license": null,
307
335
"license_file": null,
@@ -322,6 +350,8 @@ fn cargo_metadata_with_deps_and_version() {
322
350
"metadata": null
323
351
},
324
352
{
353
+ "authors": [],
354
+ "categories": [],
325
355
"dependencies": [
326
356
{
327
357
"features": [],
@@ -337,8 +367,11 @@ fn cargo_metadata_with_deps_and_version() {
337
367
],
338
368
"features": {},
339
369
"id": "foo 0.5.0 (path+file:[..]foo)",
370
+ "keywords": [],
340
371
"manifest_path": "[..]Cargo.toml",
341
372
"name": "foo",
373
+ "readme": null,
374
+ "repository": null,
342
375
"source": null,
343
376
"license": "MIT",
344
377
"license_file": null,
@@ -417,9 +450,14 @@ name = "ex"
417
450
{
418
451
"packages": [
419
452
{
453
+ "authors": [],
454
+ "categories": [],
420
455
"name": "foo",
456
+ "readme": null,
457
+ "repository": null,
421
458
"version": "0.1.0",
422
459
"id": "foo[..]",
460
+ "keywords": [],
423
461
"license": null,
424
462
"license_file": null,
425
463
"description": null,
@@ -491,9 +529,14 @@ crate-type = ["rlib", "dylib"]
491
529
{
492
530
"packages": [
493
531
{
532
+ "authors": [],
533
+ "categories": [],
494
534
"name": "foo",
535
+ "readme": null,
536
+ "repository": null,
495
537
"version": "0.1.0",
496
538
"id": "foo[..]",
539
+ "keywords": [],
497
540
"license": null,
498
541
"license_file": null,
499
542
"description": null,
@@ -562,9 +605,16 @@ fn workspace_metadata() {
562
605
{
563
606
"packages": [
564
607
{
608
+ "authors": [
609
+
610
+ ],
611
+ "categories": [],
565
612
"name": "bar",
566
613
"version": "0.5.0",
567
614
"id": "bar[..]",
615
+ "readme": null,
616
+ "repository": null,
617
+ "keywords": [],
568
618
"source": null,
569
619
"dependencies": [],
570
620
"license": null,
@@ -583,9 +633,16 @@ fn workspace_metadata() {
583
633
"metadata": null
584
634
},
585
635
{
636
+ "authors": [
637
+
638
+ ],
639
+ "categories": [],
586
640
"name": "baz",
641
+ "readme": null,
642
+ "repository": null,
587
643
"version": "0.5.0",
588
644
"id": "baz[..]",
645
+ "keywords": [],
589
646
"source": null,
590
647
"dependencies": [],
591
648
"license": null,
@@ -651,9 +708,16 @@ fn workspace_metadata_no_deps() {
651
708
{
652
709
"packages": [
653
710
{
711
+ "authors": [
712
+
713
+ ],
714
+ "categories": [],
654
715
"name": "bar",
716
+ "readme": null,
717
+ "repository": null,
655
718
"version": "0.5.0",
656
719
"id": "bar[..]",
720
+ "keywords": [],
657
721
"source": null,
658
722
"dependencies": [],
659
723
"license": null,
@@ -672,9 +736,16 @@ fn workspace_metadata_no_deps() {
672
736
"metadata": null
673
737
},
674
738
{
739
+ "authors": [
740
+
741
+ ],
742
+ "categories": [],
675
743
"name": "baz",
744
+ "readme": null,
745
+ "repository": null,
676
746
"version": "0.5.0",
677
747
"id": "baz[..]",
748
+ "keywords": [],
678
749
"source": null,
679
750
"dependencies": [],
680
751
"license": null,
@@ -722,11 +793,16 @@ Caused by:
722
793
const MANIFEST_OUTPUT : & str = r#"
723
794
{
724
795
"packages": [{
796
+ "authors": [
797
+
798
+ ],
799
+ "categories": [],
725
800
"name":"foo",
726
801
"version":"0.5.0",
727
802
"id":"foo[..]0.5.0[..](path+file://[..]/foo)",
728
803
"source":null,
729
804
"dependencies":[],
805
+ "keywords": [],
730
806
"license": null,
731
807
"license_file": null,
732
808
"description": null,
@@ -738,7 +814,9 @@ const MANIFEST_OUTPUT: &str = r#"
738
814
}],
739
815
"features":{},
740
816
"manifest_path":"[..]Cargo.toml",
741
- "metadata": null
817
+ "metadata": null,
818
+ "readme": null,
819
+ "repository": null
742
820
}],
743
821
"workspace_members": [ "foo 0.5.0 (path+file:[..]foo)" ],
744
822
"resolve": null,
@@ -890,7 +968,11 @@ fn package_metadata() {
890
968
[package]
891
969
name = "foo"
892
970
version = "0.1.0"
893
- authors = []
971
+
972
+ categories = ["database"]
973
+ keywords = ["database"]
974
+ readme = "README.md"
975
+ repository = "https://github.com/rust-lang/cargo"
894
976
895
977
[package.metadata.bar]
896
978
baz = "quux"
@@ -906,9 +988,14 @@ fn package_metadata() {
906
988
{
907
989
"packages": [
908
990
{
991
+
992
+ "categories": ["database"],
909
993
"name": "foo",
994
+ "readme": "README.md",
995
+ "repository": "https://github.com/rust-lang/cargo",
910
996
"version": "0.1.0",
911
997
"id": "foo[..]",
998
+ "keywords": ["database"],
912
999
"source": null,
913
1000
"dependencies": [],
914
1001
"license": null,
0 commit comments