• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "@ohos/rust_rust-openssl",
3  "description": "OpenSSl of the rust version. OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the Transport Layer Security (TLS) protocol formerly known as the Secure Sockets Layer (SSL) protocol.",
4  "version": "5.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "third_party/rust/crates/rust-openssl"
9  },
10  "dirs": {},
11  "scripts": {},
12  "readmePath": {
13    "en": "README.md"
14  },
15  "component": {
16    "name": "rust_rust-openssl",
17    "subsystem": "thirdparty",
18    "syscap": [],
19    "features": [],
20    "adapted_system_type": [
21      "standard"
22    ],
23    "rom": "100KB",
24    "ram": "~200KB",
25    "deps": {
26      "components": [
27        "openssl",
28        "rust_libc"
29      ],
30      "third_party": []
31    },
32    "build": {
33      "sub_component": [
34        "//third_party/rust/crates/rust-openssl/openssl:lib"
35      ],
36      "inner_kits": [
37        {
38          "name" : "//third_party/rust/crates/rust-openssl/openssl:lib",
39          "type" : "rlib",
40          "header": {
41            "header_base": [],
42            "header_files": []
43          }
44        }
45      ],
46      "test": []
47    }
48  }
49}