beamer-core 0.2.2

Core abstractions for the Beamer audio plugin (AU, VST3) framework
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-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core abstractions for the Beamer audio plugin (AU, VST3) framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/helpermedia/beamer"

[features]
default = []
sysex-1024 = []
sysex-2048 = []
sysex-256 = []
sysex-heap-fallback = []

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

[dependencies.beamer-utils]
version = "0.2.2"

[lints.clippy]
undocumented_unsafe_blocks = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"