maolan 0.2.1

Rust DAW application for recording, editing, routing, automation, export, and plugin hosting
# 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"
version = "0.2.1"
authors = ["Maolan Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "maolan"
description = "Rust DAW application for recording, editing, routing, automation, export, and plugin hosting"
homepage = "https://maolan.rs"
documentation = "https://maolan.rs"
readme = "README.md"
keywords = [
    "audio",
    "midi",
    "daw",
    "clap",
    "lv2",
]
categories = ["multimedia::audio"]
license = "BSD-2-Clause"
repository = "https://github.com/maolan/maolan"

[package.metadata.wix]
eula = false

[[bin]]
name = "maolan"
path = "src/main.rs"

[[bin]]
name = "maolan-cli"
path = "src/bin/maolan-cli.rs"

[[bin]]
name = "maolan-osc"
path = "src/bin/maolan-osc.rs"

[[bin]]
name = "maolan-test"
path = "src/bin/maolan-test.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6"

[dependencies.ebur128]
version = "0.1"

[dependencies.ffmpeg-next]
version = "8"

[dependencies.flacenc]
version = "0.5"

[dependencies.hf-hub]
version = "0.5.0"
features = [
    "tokio",
    "rustls-tls",
]
default-features = false

[dependencies.i24]
version = "2.3.3"

[dependencies.iced]
version = "0.14.0"
features = [
    "advanced",
    "image",
    "lazy",
    "tokio",
]

[dependencies.iced_aw]
version = "0.14.1"

[dependencies.iced_drop]
version = "0.2.16"
features = ["helpers"]

[dependencies.iced_fonts]
version = "0.3.0"
features = ["lucide"]

[dependencies.maolan-engine]
version = "0.2.18"

[dependencies.maolan-generate]
version = "0.0.8"

[dependencies.maolan-plugin-host]
version = "0.0.2"

[dependencies.maolan-widgets]
version = "0.0.21"

[dependencies.midly]
version = "0.5.3"

[dependencies.mixosc]
version = "0.0.6"

[dependencies.pitch-detection]
version = "0.3.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rfd]
version = "0.17.2"

[dependencies.rubato]
version = "3"

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.wide]
version = "1.4.0"

[build-dependencies.winresource]
version = "0.1"

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.nix]
version = "0.31.2"
features = [
    "signal",
    "process",
]

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies.x11-dl]
version = "2.21.0"

[target.'cfg(target_os = "freebsd")'.dependencies.nix]
version = "0.31.2"
features = ["ioctl"]

[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.cpal]
version = "0.17.3"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_System_LibraryLoader",
    "Win32_UI_WindowsAndMessaging",
]