maolan-editor 0.0.9

Simple audio editor for Maolan audio files
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-editor"
version = "0.0.9"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple audio editor for Maolan audio files"
homepage = "https://maolan.rs"
readme = "README.md"
keywords = [
    "audio",
    "edit",
    "sound",
]
categories = ["multimedia::audio"]
license = "BSD-2-Clause"
repository = "https://github.com/maolan/edit"

[features]
default = ["standalone"]
standalone = [
    "dep:alsa",
    "dep:maolan-engine",
    "dep:oxideav-basic",
    "dep:oxideav-core",
    "dep:oxideav-flac",
    "dep:oxideav-mp3",
    "dep:oxideav-ogg",
    "dep:symphonia",
]

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

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

[dependencies.maolan-engine]
version = "0.2.70"
optional = true

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

[dependencies.oxideav-basic]
version = "0.0.10"
optional = true

[dependencies.oxideav-core]
version = "0.1.35"
optional = true

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

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

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

[dependencies.rfd]
version = "0.17.2"

[dependencies.rubato]
version = "5.0.0"

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

[dependencies.serde_json]
version = "1.0.151"

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

[dependencies.tokio]
version = "1.48.0"
features = [
    "sync",
    "time",
]

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt",
    "macros",
]

[target.'cfg(target_os = "linux")'.dependencies.alsa]
version = "0.12.1"
optional = true

[profile.dev]
opt-level = 3
debug = 2