2022-01-25 06:18:37 +11:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-01-26 08:18:55 +11:00
|
|
|
[[package]]
|
|
|
|
name = "gain"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"nih_plug",
|
|
|
|
]
|
|
|
|
|
2022-01-25 06:18:37 +11:00
|
|
|
[[package]]
|
2022-01-25 22:30:15 +11:00
|
|
|
name = "nih_plug"
|
2022-01-25 06:18:37 +11:00
|
|
|
version = "0.1.0"
|
2022-01-26 22:37:45 +11:00
|
|
|
dependencies = [
|
2022-01-26 22:50:30 +11:00
|
|
|
"nih_plug_derive",
|
2022-01-26 22:37:45 +11:00
|
|
|
"vst3-sys",
|
|
|
|
]
|
2022-01-25 22:29:00 +11:00
|
|
|
|
|
|
|
[[package]]
|
2022-01-25 22:30:15 +11:00
|
|
|
name = "nih_plug_derive"
|
2022-01-25 22:29:00 +11:00
|
|
|
version = "0.1.0"
|
2022-01-25 22:30:15 +11:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2022-01-26 22:37:45 +11:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vst3-com"
|
|
|
|
version = "0.1.0"
|
2022-01-27 01:38:43 +11:00
|
|
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/vst3-macro-generics#5acdcd34236f81bd3c87411094f9ee3bcc5f1829"
|
2022-01-26 22:37:45 +11:00
|
|
|
dependencies = [
|
|
|
|
"vst3-com-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vst3-com-macros"
|
|
|
|
version = "0.2.0"
|
2022-01-27 01:38:43 +11:00
|
|
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/vst3-macro-generics#5acdcd34236f81bd3c87411094f9ee3bcc5f1829"
|
2022-01-26 22:37:45 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"vst3-com-macros-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vst3-com-macros-support"
|
|
|
|
version = "0.2.0"
|
2022-01-27 01:38:43 +11:00
|
|
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/vst3-macro-generics#5acdcd34236f81bd3c87411094f9ee3bcc5f1829"
|
2022-01-26 22:37:45 +11:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vst3-sys"
|
|
|
|
version = "0.1.0"
|
2022-01-27 01:38:43 +11:00
|
|
|
source = "git+https://github.com/robbert-vdh/vst3-sys.git?branch=fix/vst3-macro-generics#5acdcd34236f81bd3c87411094f9ee3bcc5f1829"
|
2022-01-26 22:37:45 +11:00
|
|
|
dependencies = [
|
|
|
|
"vst3-com",
|
|
|
|
]
|