Files
third_party_rust_bindgen/bundle.json
T
2025-12-11 20:42:01 +08:00

34 lines
731 B
JSON

{
"name": "@ohos/rust_bindgen",
"description": "A tool that automatically generates Rust bindings for C and C++ libraries.",
"version": "5.0",
"license": "BSD 3-Clause License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/rust/crates/bindgen"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README.md"
},
"component": {
"name": "rust_bindgen",
"subsystem": "thirdparty",
"adapted_system_type": [
"standard"
],
"deps": {
"components": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/rust/crates/bindgen/bindgen-cli:bindgen"
}
],
"test": []
}
}
}