maolan-plugin-protocol 0.0.6

Shared protocol types for Maolan out-of-process plugin hosting
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"
name = "maolan-plugin-protocol"
version = "0.0.6"
authors = ["Maolan Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared protocol types for Maolan out-of-process plugin hosting"
homepage = "https://maolan.rs"
readme = "README.md"
keywords = [
    "audio",
    "plugin",
    "daw",
    "ipc",
    "shm",
]
categories = ["multimedia::audio"]
license = "BSD-2-Clause"
repository = "https://github.com/maolan/maolan"

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

[dependencies.libc]
version = "0.2"

[dependencies.tracing]
version = "0.1"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_System_Memory",
    "Win32_System_Threading",
    "Win32_UI_WindowsAndMessaging",
]