maolan-widgets 0.0.1

Widgets used for Maolan DAW
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-widgets"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Widgets used for Maolan DAW"
homepage = "https://github.com/maolan/maolan"
documentation = "https://docs.rs/maolan-widgets"
readme = "README.md"
keywords = [
    "audio",
    "midi",
    "daw",
    "widgets",
]
categories = ["multimedia::audio"]
license = "BSD-2-Clause"
repository = "https://github.com/maolan/maolan"

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

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

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

[dependencies.wavers]
version = "1"