-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
63 lines (56 loc) · 2.54 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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ebur128-compressor"
version = "0.1.0"
dependencies = [
"lv2rs 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lv2rs"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lv2rs-atom 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2rs-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2rs-midi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2rs-urid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lv2rs-atom"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lv2rs-urid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lv2rs-core"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lv2rs-midi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lv2rs-atom 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lv2rs-urid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lv2rs-urid"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lv2rs-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ux"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum lv2rs 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "484dc157c2d4808492848abe0ce11354b5caad4643851d77865d6a93b9ac0633"
"checksum lv2rs-atom 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6748b2b7ac40124bf9d83e03dca5be007a9ff414044a29e26aaf9e81b67ee336"
"checksum lv2rs-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d64084e74edaee312dd178c501a41bd49a6dcd096cbc17acbdef2691fd50976"
"checksum lv2rs-midi 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0cf18be0d763e0530d5997e5631e9619cf716f6f0566fcad658c6b35c89a184d"
"checksum lv2rs-urid 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "654ae18c816b14d1589ab38d8f6185a6f4d88685dd13c414d296415c986d9842"
"checksum ux 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dfeb711b61ce620c0cb6fd9f8e3e678622f0c971da2a63c4b3e25e88ed012f"