-
Notifications
You must be signed in to change notification settings - Fork 639
Expand file tree
/
Copy pathcargo-bazel-lock.json
More file actions
118 lines (118 loc) · 2.64 KB
/
Copy pathcargo-bazel-lock.json
File metadata and controls
118 lines (118 loc) · 2.64 KB
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
{
"checksum": "be2f096cf5fa5222b25b9e657c2cc686cadef5e54a2d05577a9437a6269fd5d5",
"crates": {
"direct-cargo-bazel-deps 0.0.1": {
"name": "direct-cargo-bazel-deps",
"version": "0.0.1",
"package_url": null,
"repository": null,
"targets": [
{
"Library": {
"crate_name": "direct_cargo_bazel_deps",
"crate_root": ".direct_cargo_bazel_deps.rs",
"srcs": {
"allow_empty": true,
"include": [
"**/*.rs"
]
}
}
}
],
"library_target_name": "direct_cargo_bazel_deps",
"common_attrs": {
"compile_data_glob": [
"**"
],
"deps": {
"common": [
{
"id": "foo 0.0.0",
"target": "foo"
}
],
"selects": {}
},
"edition": "2018",
"version": "0.0.1"
},
"license": null,
"license_ids": [],
"license_file": null
},
"foo 0.0.0": {
"name": "foo",
"version": "0.0.0",
"package_url": null,
"repository": {
"Http": {
"url": "https://static.crates.io/crates/foo/0.0.0/download",
"sha256": "f7dbb6acfeff1d490fba693a402456f76b344fea77a5e7cae43b5970c3332b8f"
}
},
"targets": [
{
"Library": {
"crate_name": "foo",
"crate_root": "src/lib.rs",
"srcs": {
"allow_empty": true,
"include": [
"**/*.rs"
]
}
}
}
],
"library_target_name": "foo",
"common_attrs": {
"compile_data_glob": [
"**"
],
"edition": "2015",
"version": "0.0.0"
},
"license": "CC0-1.0",
"license_ids": [
"CC0-1.0"
],
"license_file": null,
"override_targets": {
"lib": "@@//:foo"
}
}
},
"binary_crates": [],
"workspace_members": {
"direct-cargo-bazel-deps 0.0.1": ""
},
"conditions": {
"aarch64-apple-darwin": [
"aarch64-apple-darwin"
],
"aarch64-unknown-linux-gnu": [
"aarch64-unknown-linux-gnu"
],
"wasm32-unknown-unknown": [
"wasm32-unknown-unknown"
],
"wasm32-wasip1": [
"wasm32-wasip1"
],
"x86_64-pc-windows-msvc": [
"x86_64-pc-windows-msvc"
],
"x86_64-unknown-linux-gnu": [
"x86_64-unknown-linux-gnu"
],
"x86_64-unknown-nixos-gnu": [
"x86_64-unknown-nixos-gnu"
]
},
"direct_deps": [
"foo 0.0.0"
],
"direct_dev_deps": [],
"unused_patches": []
}