maolan-baseview 0.0.2

A low-level windowing system geared towards making audio plugin UIs
# 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"
rust-version = "1.85.0"
name = "maolan-baseview"
version = "0.0.2"
authors = [
    "William Light <git@wrl.lhiaudio.com>",
    "Charles Saracco <crsaracco@gmail.com>",
    "Mirko Covizzi <mrkcvzz@gmail.com>",
    "Micah Johnston <micah@glowcoil.com>",
    "Billy Messenger <billydm@protonmail.com>",
    "Anton Lazarev <https://antonok.com>",
    "Joakim FrostegÄrd <joakim.frostegard@gmail.com>",
    "Robbert van der Helm <mail@robbertvanderhelm.nl>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low-level windowing system geared towards making audio plugin UIs"
homepage = "https://maolan.github.io"
readme = "README.md"
keywords = [
    "gui",
    "windowing",
    "audio",
    "plugin",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/maolan/baseview"

[features]
advanced = []
app-builder = []
canvas = ["iced_widget/canvas"]
crisp = [
    "iced_core/crisp",
    "iced_widget/crisp",
]
debug = []
default = [
    "app-builder",
    "wgpu",
    "tiny-skia",
    "crisp",
    "web-colors",
    "thread-pool",
    "x11",
]
highlighter = []
image = [
    "dep:image",
    "iced_widget/image",
]
opengl = [
    "uuid",
    "x11/glx",
]
rustanalyzer_opengl_workaround = []
sipper = []
smol = []
svg = ["iced_widget/svg"]
sysinfo = []
thread-pool = ["iced_futures/thread-pool"]
tiny-skia = ["iced_renderer/tiny-skia"]
tokio = []
unconditional-rendering = []
web-colors = ["iced_renderer/web-colors"]
wgpu = [
    "wgpu-bare",
    "iced_renderer/wgpu",
]
wgpu-bare = ["iced_renderer/wgpu-bare"]
x11 = [
    "iced_renderer/x11",
    "window_clipboard/x11",
]

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

[dependencies.iced_core]
version = "0.14"

[dependencies.iced_debug]
version = "0.14"

[dependencies.iced_futures]
version = "0.14"

[dependencies.iced_program]
version = "0.14"

[dependencies.iced_renderer]
version = "0.14"

[dependencies.iced_runtime]
version = "0.14"

[dependencies.iced_widget]
version = "0.14"

[dependencies.image]
version = "0.25"
optional = true
default-features = false

[dependencies.keyboard-types]
version = "0.6.1"
default-features = false

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.raw-window-handle-06]
version = "0.6"
package = "raw-window-handle"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.window_clipboard]
version = "0.5"
default-features = false

[dev-dependencies.rtrb]
version = "0.2"

[dev-dependencies.softbuffer]
version = "0.3.4"

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies.nix]
version = "0.31"
features = ["poll"]

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies.x11]
version = "2.21"
features = [
    "xlib",
    "xlib_xcb",
]

[target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies.x11rb]
version = "0.13.0"
features = [
    "cursor",
    "resource_manager",
    "allow-unsafe-code",
]

[target.'cfg(target_os="macos")'.dependencies.cocoa]
version = "0.24.0"

[target.'cfg(target_os="macos")'.dependencies.core-foundation]
version = "0.9.1"

[target.'cfg(target_os="macos")'.dependencies.objc]
version = "0.2.7"

[target.'cfg(target_os="macos")'.dependencies.uuid]
version = "0.8"
features = ["v4"]

[target.'cfg(target_os="windows")'.dependencies.uuid]
version = "0.8"
features = ["v4"]
optional = true

[target.'cfg(target_os="windows")'.dependencies.winapi]
version = "0.3.8"
features = [
    "libloaderapi",
    "winuser",
    "windef",
    "minwindef",
    "guiddef",
    "combaseapi",
    "wingdi",
    "errhandlingapi",
    "ole2",
    "oleidl",
    "shellapi",
    "winerror",
]

[lints.clippy]
missing-safety-doc = "allow"