mirror of
https://github.com/openharmony/commonlibrary_rust_ylong_json.git
synced 2026-07-01 22:04:52 -04:00
5a5ac22de4
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "@ohos/ylong_json",
|
|
"version": "4.0",
|
|
"description": "Serialization and deserialization for JSON.",
|
|
"publishAs": "code-segment",
|
|
"homePage": "https://gitee.com/openharmony",
|
|
"repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_json",
|
|
"license": "Apache License 2.0",
|
|
"language": "",
|
|
"segment": {
|
|
"destPath": "commonlibrary/rust/ylong_json"
|
|
},
|
|
"private": false,
|
|
"scripts": {},
|
|
"envs": [],
|
|
"dirs": [],
|
|
"author": {},
|
|
"contributors": [],
|
|
"component": {
|
|
"name": "ylong_json",
|
|
"subsystem": "commonlibrary",
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "200KB",
|
|
"ram": "~200KB",
|
|
"deps": {
|
|
"components": [
|
|
"rust_libc"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": [],
|
|
"header_files": []
|
|
},
|
|
"name": "//commonlibrary/rust/ylong_json:lib"
|
|
}
|
|
],
|
|
"test": [
|
|
"//commonlibrary/rust/ylong_json:unittest"
|
|
]
|
|
}
|
|
}
|
|
} |