-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
169 lines (152 loc) · 4.03 KB
/
Cargo.lock
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "dumbclip"
version = "0.1.0"
dependencies = [
"lv2",
"lv2-core 3.0.0 (git+https://github.com/RustAudio/rust-lv2.git)",
"urid",
]
[[package]]
name = "lv2"
version = "0.6.0"
source = "git+https://github.com/RustAudio/rust-lv2.git#44aac000be49216ddd00f46aa7e8a05bde4a09f7"
dependencies = [
"lv2-atom",
"lv2-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2-midi",
"lv2-units",
"lv2-urid",
"urid",
]
[[package]]
name = "lv2-atom"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "951b4e7b10349d32b7b7a26c15bd0f9cf42790b59531093d474f6964f5cba971"
dependencies = [
"lv2-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2-sys",
"lv2-units",
"urid",
]
[[package]]
name = "lv2-core"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50100435f793b25e9fcfe89c227dc1b1ca93bbfae0f3710149263fe4ba049de"
dependencies = [
"lv2-core-derive",
"lv2-sys",
"urid",
]
[[package]]
name = "lv2-core"
version = "3.0.0"
source = "git+https://github.com/RustAudio/rust-lv2.git#44aac000be49216ddd00f46aa7e8a05bde4a09f7"
dependencies = [
"lv2-core-derive",
"lv2-sys",
"urid",
]
[[package]]
name = "lv2-core-derive"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bf98f786ecb49030330834aaa458f84bbaf545d7084cf3dcb2fab2f03a1838b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "lv2-midi"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad23e6bcd0036b1859992b92bbf1855f99ed648886ed9ad9a32fc4ecf2a20f74"
dependencies = [
"lv2-atom",
"lv2-sys",
"urid",
"wmidi",
]
[[package]]
name = "lv2-sys"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd0f9e7de3649dcec348de51cbf611ab88688b97c0ce038f8c07b996b2a8e30"
[[package]]
name = "lv2-units"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b9470e6f71a96c49ce27ff15838b27f4f07300dec810313423b70ec7adaa39"
dependencies = [
"lv2-sys",
"urid",
]
[[package]]
name = "lv2-urid"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c0803444d1e66fbdbc345ef8243470979f8bab570cdaf0cada4586fc1624e68"
dependencies = [
"lv2-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2-sys",
"urid",
]
[[package]]
name = "proc-macro2"
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
[[package]]
name = "quote"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
name = "urid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6828b5d766e783093935fb2f23f26ffb28b7cb9313921cec67db8ca09f38a6a4"
dependencies = [
"urid-derive",
]
[[package]]
name = "urid-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819eee2ef008e55b0a415ed356db7772d0ad94ae499f0043015111fc34703644"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "wmidi"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca299959bb6d529c2bee3feb517899959da3052c4a29eea0a8ff568b825eb6cf"