beamer 0.2.0

VST3 framework for Rust - convenience re-exports
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "beamer"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VST3 framework for Rust - convenience re-exports"
readme = "README.md"
license = "MIT"
repository = "https://github.com/helpermedia/beamer"

[features]
au = ["dep:beamer-au"]
default = ["derive"]
derive = ["beamer-macros"]
vst3 = [
    "dep:beamer-vst3",
    "dep:vst3",
]

[lib]
name = "beamer"
path = "src/lib.rs"

[dependencies.beamer-au]
version = "0.2.0"
optional = true

[dependencies.beamer-core]
version = "0.2.0"

[dependencies.beamer-macros]
version = "0.2.0"
optional = true

[dependencies.beamer-vst3]
version = "0.2.0"
optional = true

[dependencies.vst3]
version = "0.3"
optional = true