140 lines
3.3 KiB
JSON
140 lines
3.3 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "p1",
|
|
"version": "0.1.0",
|
|
"id": "p1 0.1.0 (path+file:///example_project/p1)",
|
|
"license": null,
|
|
"license_file": null,
|
|
"description": null,
|
|
"source": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "p2",
|
|
"source": null,
|
|
"req": "*",
|
|
"kind": null,
|
|
"rename": null,
|
|
"optional": false,
|
|
"uses_default_features": true,
|
|
"features": [],
|
|
"target": null,
|
|
"registry": null,
|
|
"path": "$ROOT$example_project/p2"
|
|
}
|
|
],
|
|
"targets": [
|
|
{
|
|
"kind": [
|
|
"lib"
|
|
],
|
|
"crate_types": [
|
|
"lib"
|
|
],
|
|
"name": "p1",
|
|
"src_path": "$ROOT$example_project/p1/src/lib.rs",
|
|
"edition": "2021",
|
|
"doc": true,
|
|
"doctest": true,
|
|
"test": true
|
|
}
|
|
],
|
|
"features": {},
|
|
"manifest_path": "$ROOT$example_project/p1/Cargo.toml",
|
|
"metadata": null,
|
|
"publish": null,
|
|
"authors": [],
|
|
"categories": [],
|
|
"keywords": [],
|
|
"readme": null,
|
|
"repository": null,
|
|
"homepage": null,
|
|
"documentation": null,
|
|
"edition": "2021",
|
|
"links": null,
|
|
"default_run": null,
|
|
"rust_version": null
|
|
},
|
|
{
|
|
"name": "p2",
|
|
"version": "0.1.0",
|
|
"id": "p2 0.1.0 (path+file:///example_project/p2)",
|
|
"license": null,
|
|
"license_file": null,
|
|
"description": null,
|
|
"source": null,
|
|
"dependencies": [],
|
|
"targets": [
|
|
{
|
|
"kind": [
|
|
"lib"
|
|
],
|
|
"crate_types": [
|
|
"lib"
|
|
],
|
|
"name": "p2",
|
|
"src_path": "$ROOT$example_project/p2/src/lib.rs",
|
|
"edition": "2021",
|
|
"doc": true,
|
|
"doctest": true,
|
|
"test": true
|
|
}
|
|
],
|
|
"features": {},
|
|
"manifest_path": "$ROOT$example_project/p2/Cargo.toml",
|
|
"metadata": null,
|
|
"publish": null,
|
|
"authors": [],
|
|
"categories": [],
|
|
"keywords": [],
|
|
"readme": null,
|
|
"repository": null,
|
|
"homepage": null,
|
|
"documentation": null,
|
|
"edition": "2021",
|
|
"links": null,
|
|
"default_run": null,
|
|
"rust_version": null
|
|
}
|
|
],
|
|
"workspace_members": [
|
|
"p1 0.1.0 (path+file:///example_project/p1)"
|
|
],
|
|
"workspace_default_members": [
|
|
"p1 0.1.0 (path+file:///example_project/p1)"
|
|
],
|
|
"resolve": {
|
|
"nodes": [
|
|
{
|
|
"id": "p1 0.1.0 (path+file:///example_project/p1)",
|
|
"dependencies": [
|
|
"p2 0.1.0 (path+file:///example_project/p2)"
|
|
],
|
|
"deps": [
|
|
{
|
|
"name": "p2",
|
|
"pkg": "p2 0.1.0 (path+file:///example_project/p2)",
|
|
"dep_kinds": [
|
|
{
|
|
"kind": null,
|
|
"target": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"features": []
|
|
},
|
|
{
|
|
"id": "p2 0.1.0 (path+file:///example_project/p2)",
|
|
"dependencies": [],
|
|
"deps": [],
|
|
"features": []
|
|
}
|
|
],
|
|
"root": "p1 0.1.0 (path+file:///example_project/p1)"
|
|
},
|
|
"target_directory": "$ROOT$example_project/p1/target",
|
|
"version": 1,
|
|
"workspace_root": "$ROOT$example_project/p1",
|
|
"metadata": null
|
|
} |