-
-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathCargo.toml.expected
More file actions
126 lines (126 loc) · 4.33 KB
/
Copy pathCargo.toml.expected
File metadata and controls
126 lines (126 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"packages": [],
"dependencies": [],
"files": [
{
"path": "Cargo.toml",
"type": "file",
"package_data": [
{
"type": "cargo",
"namespace": null,
"name": "constant_time_eq",
"version": "0.4.2",
"qualifiers": {},
"subpath": null,
"primary_language": "Rust",
"description": "Compares two equal-sized byte strings in constant time.",
"release_date": null,
"parties": [
{
"type": "person",
"role": "author",
"name": "Cesar Eduardo Barros",
"email": "cesarb@cesarb.eti.br",
"url": null
}
],
"keywords": [
"constant_time",
"cryptography",
"no-std"
],
"homepage_url": null,
"download_url": null,
"size": null,
"sha1": null,
"md5": null,
"sha256": null,
"sha512": null,
"bug_tracking_url": null,
"code_view_url": null,
"vcs_url": "https://github.com/cesarb/constant_time_eq",
"documentation_url": "https://docs.rs/constant_time_eq",
"copyright": null,
"holder": null,
"declared_license_expression": "cc0-1.0 OR mit-0 OR apache-2.0",
"declared_license_expression_spdx": "CC0-1.0 OR MIT-0 OR Apache-2.0",
"license_detections": [
{
"license_expression": "cc0-1.0 OR mit-0 OR apache-2.0",
"license_expression_spdx": "CC0-1.0 OR MIT-0 OR Apache-2.0",
"matches": [
{
"license_expression": "cc0-1.0 OR mit-0 OR apache-2.0",
"license_expression_spdx": "CC0-1.0 OR MIT-0 OR Apache-2.0",
"from_file": "Cargo.toml",
"start_line": 1,
"end_line": 1,
"matcher": "1-spdx-id",
"score": 100.0,
"matched_length": 10,
"match_coverage": 100.0,
"rule_relevance": 100,
"rule_identifier": "spdx-license-identifier-cc0_1_0_or_mit_0_or_apache_2_0-f44a2ec174eb034bd3c662f728664281e507b20d",
"rule_url": null,
"matched_text": "CC0-1.0 OR MIT-0 OR Apache-2.0"
}
],
"identifier": "cc0_1_0_or_mit_0_or_apache_2_0-3f14dd48-7cd8-cf28-d4e1-3b0174a587ee"
}
],
"other_license_expression": null,
"other_license_expression_spdx": null,
"other_license_detections": [],
"extracted_license_statement": "CC0-1.0 OR MIT-0 OR Apache-2.0",
"notice_text": null,
"source_packages": [],
"file_references": [],
"is_private": false,
"is_virtual": false,
"extra_data": {
"rust_version": "1.85.0",
"rust_edition": "2024"
},
"dependencies": [
{
"purl": "pkg:cargo/criterion",
"extracted_requirement": "0.5.1",
"scope": "dev-dependencies",
"is_runtime": false,
"is_optional": false,
"is_pinned": false,
"is_direct": true,
"resolved_package": {},
"extra_data": {
"version": "0.5.1",
"features": [
"cargo_bench_support",
"html_reports"
]
}
},
{
"purl": "pkg:cargo/count_instructions",
"extracted_requirement": "0.2.0",
"scope": "dev-dependencies",
"is_runtime": false,
"is_optional": false,
"is_pinned": false,
"is_direct": true,
"resolved_package": {},
"extra_data": {}
}
],
"repository_homepage_url": "https://crates.io/crates/constant_time_eq",
"repository_download_url": "https://crates.io/api/v1/crates/constant_time_eq/0.4.2/download",
"api_data_url": "https://crates.io/api/v1/crates/constant_time_eq",
"datasource_id": "cargo_toml",
"purl": "pkg:cargo/constant_time_eq@0.4.2"
}
],
"for_packages": [],
"scan_errors": []
}
]
}