-
Notifications
You must be signed in to change notification settings - Fork 1
/
bom.xml
127 lines (127 loc) · 5.68 KB
/
bom.xml
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
127
<?xml version="1.0" encoding="UTF-8" ?>
<bom serialNumber="urn:uuid:2d66a7c0-4a9a-4776-9063-bbc8dbe5892b" version="1" xmlns="http://cyclonedx.org/schema/bom/1.3">
<metadata>
<timestamp>2022-09-25T12:38:39.821762Z</timestamp>
<component type="application">
<name>kev-push</name>
<version>0.1.0</version>
<purl>pkg:cargo/[email protected]</purl></component></metadata>
<components>
<component type="library">
<name>anyhow</name>
<version>1.0.65</version>
<description><![CDATA[Flexible concrete Error type built on std::error::Error]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT OR Apache-2.0</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/anyhow</url></reference>
<reference type="vcs">
<url>https://github.com/dtolnay/anyhow</url></reference></externalReferences></component>
<component type="library">
<name>mac-notification-sys</name>
<version>0.5.6</version>
<description><![CDATA[Thin wrapper around macOS Notifications.]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/</url></reference>
<reference type="website">
<url>https://github.com/h4llow3En/mac-notification-sys</url></reference>
<reference type="vcs">
<url>https://github.com/h4llow3En/mac-notification-sys</url></reference></externalReferences></component>
<component type="library">
<name>platform-dirs</name>
<version>0.3.0</version>
<description><![CDATA[A library for obtaining platform dependant directory paths for application and user directories]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT</expression></license></licenses>
<externalReferences>
<reference type="vcs">
<url>https://github.com/cjbassi/platform-dirs-rs</url></reference></externalReferences></component>
<component type="library">
<name>pushover</name>
<version>0.4.0</version>
<description><![CDATA[A wrapper for the Pushover API.]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/pushover</url></reference>
<reference type="website">
<url>https://github.com/sb89/pushover</url></reference>
<reference type="vcs">
<url>https://github.com/sb89/pushover.git</url></reference></externalReferences></component>
<component type="library">
<name>reqwest</name>
<version>0.11.12</version>
<description><![CDATA[higher level HTTP client library]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT/Apache-2.0</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://docs.rs/reqwest</url></reference>
<reference type="vcs">
<url>https://github.com/seanmonstar/reqwest</url></reference></externalReferences></component>
<component type="library">
<name>serde</name>
<version>1.0.145</version>
<description><![CDATA[A generic serialization/deserialization framework]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT OR Apache-2.0</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://docs.serde.rs/serde/</url></reference>
<reference type="website">
<url>https://serde.rs</url></reference>
<reference type="vcs">
<url>https://github.com/serde-rs/serde</url></reference></externalReferences></component>
<component type="library">
<name>serde_derive</name>
<version>1.0.145</version>
<description><![CDATA[Macros 1.1 implementation of #[derive(Serialize, Deserialize)]]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT OR Apache-2.0</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://serde.rs/derive.html</url></reference>
<reference type="website">
<url>https://serde.rs</url></reference>
<reference type="vcs">
<url>https://github.com/serde-rs/serde</url></reference></externalReferences></component>
<component type="library">
<name>serde_json</name>
<version>1.0.85</version>
<description><![CDATA[A JSON serialization file format]]></description>
<purl>pkg:cargo/[email protected]</purl>
<scope>required</scope>
<licenses>
<license>
<expression>MIT OR Apache-2.0</expression></license></licenses>
<externalReferences>
<reference type="documentation">
<url>https://docs.serde.rs/serde_json/</url></reference>
<reference type="vcs">
<url>https://github.com/serde-rs/json</url></reference></externalReferences></component></components></bom>