• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/ylong_http",
3  "version": "4.0",
4  "description": "ylong HTTP implementation",
5  "publishAs": "code-segment",
6  "homePage": "https://gitee.com/openharmony",
7  "repository": "https://gitee.com/openharmony/commonlibrary_rust_ylong_http",
8  "license": "Apache License 2.0",
9  "language": "Rust",
10  "segment": {
11    "destPath": "commonlibrary/rust/ylong_http"
12  },
13  "licensePath": "COPYING",
14  "readmePath": {
15    "en": "README.md",
16    "zh": "README_zh.md"
17  },
18  "component": {
19    "name": "ylong_http",
20    "subsystem": "commonlibrary",
21    "features": [],
22    "adapted_system_type": [
23      "standard"
24    ],
25    "rom": "100KB",
26    "ram": "~200KB",
27    "deps": {
28      "components": [
29        "ylong_runtime",
30        "openssl",
31        "rust_libc"
32      ]
33    },
34    "build": {
35      "sub_component": [
36        "//commonlibrary/rust/ylong_http/ylong_http:ylong_http"
37      ],
38      "inner_kits": [
39        {
40          "name": "//commonlibrary/rust/ylong_http/ylong_http_client:ylong_http_client_inner",
41          "header": {
42            "header_base": [],
43            "header_files": []
44          }
45        },
46        {
47          "name": "//commonlibrary/rust/ylong_http/ylong_http:ylong_http"
48        }
49      ],
50      "test": [
51        "//commonlibrary/rust/ylong_http/ylong_http_client:unittest"
52      ]
53    }
54  }
55}