Files
commonlibrary_rust_ylong_http/bundle.json
T
ljy9810 c21b916991 切换到gitcode
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2025-09-15 09:37:16 +08:00

55 lines
1.3 KiB
JSON

{
"name": "@ohos/ylong_http",
"version": "4.0",
"description": "ylong HTTP implementation",
"publishAs": "code-segment",
"homePage": "https://gitcode.com/openharmony",
"repository": "https://gitcode.com/openharmony/commonlibrary_rust_ylong_http",
"license": "Apache License 2.0",
"language": "Rust",
"segment": {
"destPath": "commonlibrary/rust/ylong_http"
},
"licensePath": "COPYING",
"readmePath": {
"en": "README.md",
"zh": "README_zh.md"
},
"component": {
"name": "ylong_http",
"subsystem": "commonlibrary",
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "100KB",
"ram": "~200KB",
"deps": {
"components": [
"ylong_runtime",
"openssl",
"rust_libc"
]
},
"build": {
"sub_component": [
"//commonlibrary/rust/ylong_http/ylong_http:ylong_http"
],
"inner_kits": [
{
"name": "//commonlibrary/rust/ylong_http/ylong_http_client:ylong_http_client_inner",
"header": {
"header_base": [],
"header_files": []
}
},
{
"name": "//commonlibrary/rust/ylong_http/ylong_http:ylong_http"
}
],
"test": [
"//commonlibrary/rust/ylong_http/ylong_http_client:unittest"
]
}
}
}