nice-plug-core 0.1.2

Core types and traits used in the nice-plug plugin 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 = "2024"
rust-version = "1.87"
name = "nice-plug-core"
version = "0.1.2"
authors = [
    "Robbert van der Helm <mail@robbertvanderhelm.nl>",
    "Billy Messenger <billydm@noreply.codeberg.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits used in the nice-plug plugin framework"
readme = "README.md"
keywords = [
    "plugin",
    "clap",
    "vst3",
]
categories = ["multimedia::audio"]
license = "ISC"
repository = "https://codeberg.org/BillyDM/nice-plug"

[package.metadata.docs.rs]
all-features = true

[features]
assert_process_allocs = ["dep:nice-assert-no-alloc"]
simd = []

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

[dependencies.atomic_float]
version = "1.1"

[dependencies.atomic_refcell]
version = "0.1"

[dependencies.bitflags]
version = "2.11"

[dependencies.crossbeam-utils]
version = "0.8.21"

[dependencies.log]
version = "0.4"

[dependencies.midi-consts]
version = "0.1"

[dependencies.nice-assert-no-alloc]
version = "1.0"
features = [
    "backtrace",
    "log",
]
optional = true

[dependencies.nice-plug-derive]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.log]
version = "0.4"
features = [
    "max_level_debug",
    "release_max_level_info",
]