maolan-engine 0.2.65

Audio engine for the Maolan DAW with audio/MIDI tracks, routing, export, and out-of-process CLAP/VST3/LV2 plugin support
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-engine"
version = "0.2.65"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio engine for the Maolan DAW with audio/MIDI tracks, routing, export, and out-of-process CLAP/VST3/LV2 plugin support"
homepage = "https://maolan.rs"
documentation = "https://docs.rs/maolan-engine"
readme = "README.md"
keywords = [
    "audio",
    "midi",
    "vst3",
    "clap",
    "lv2",
]
categories = ["multimedia::audio"]
license = "BSD-2-Clause"
repository = "https://github.com/maolan/engine"

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

[dependencies.arc-swap]
version = "1.9.2"

[dependencies.basedrop]
version = "0.1.3"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.ebur128]
version = "0.1.10"

[dependencies.maolan-plugin-protocol]
version = "0.0.17"

[dependencies.midly]
version = "0.5.3"

[dependencies.mixosc]
version = "0.0.14"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.oxideav-basic]
version = "0.0.9"

[dependencies.oxideav-core]
version = "0.1.34"

[dependencies.oxideav-flac]
version = "0.0.11"

[dependencies.oxideav-mp3]
version = "0.1.3"

[dependencies.oxideav-ogg]
version = "0.1.8"

[dependencies.rtrb]
version = "0.3.4"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.symphonia]
version = "0.5.4"
features = [
    "aac",
    "alac",
    "flac",
    "isomp4",
    "mp3",
    "ogg",
    "vorbis",
    "wav",
]

[dependencies.timestretch]
version = "0.10.0"

[dependencies.tokio]
version = "1.53.1"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

[dependencies.uuid]
version = "1.24.0"
features = ["v4"]

[dependencies.wide]
version = "1.6.0"

[target.'cfg(target_os = "freebsd")'.dependencies.nvtree]
version = "0.0.2"

[target.'cfg(target_os = "linux")'.dependencies.alsa]
version = "0.11.0"

[target.'cfg(target_os = "windows")'.dependencies.midir]
version = "0.11.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Devices_Properties",
    "Win32_Foundation",
    "Win32_Media_Audio",
    "Win32_Media_KernelStreaming",
    "Win32_Media_Multimedia",
    "Win32_Security",
    "Win32_System_Com",
    "Win32_System_Com_StructuredStorage",
    "Win32_System_Threading",
    "Win32_System_Variant",
    "Win32_UI_Shell_PropertiesSystem",
]

[target."cfg(unix)".dependencies.jack]
version = "0.13.5"

[target."cfg(unix)".dependencies.nix]
version = "0.31.3"
features = [
    "ioctl",
    "poll",
]