• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/rust_cxx",
3    "description": "safe FFI between Rust and C++",
4    "version": "5.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "third_party/rust/crates/cxx"
9    },
10    "dirs": {},
11    "scripts": {},
12    "component": {
13      "name": "rust_cxx",
14      "subsystem": "thirdparty",
15      "adapted_system_type": [
16        "standard"
17      ],
18      "deps": {
19        "components": []
20      },
21      "build": {
22            "sub_component": [],
23            "inner_kits": [
24                {
25                    "name": "//third_party/rust/crates/cxx:cxx_cppdeps"
26                },
27                {
28                    "name": "//third_party/rust/crates/cxx:lib"
29                },
30                {
31                    "name": "//third_party/rust/crates/cxx/macro:macro_lib"
32                },
33                {
34                  "name": "//third_party/rust/crates/cxx/gen/cmd:cxxbridge"
35                }
36            ],
37            "test": []
38        }
39    }
40  }
41