mirror of
https://github.com/openharmony/commonlibrary_rust_ylong_http.git
synced 2026-07-01 21:54:05 -04:00
c21b916991
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
55 lines
1.3 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |