yuno 0.2.0

Multimedia UI layout and rendering framework powered by Skia.
# 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 = "yuno"
version = "0.2.0"
authors = ["acite acitewhite@gmail.com"]
build = false
exclude = [
    ".github/*",
    "assets/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multimedia UI layout and rendering framework powered by Skia."
homepage = "https://github.com/rootacite/yuno"
documentation = "https://docs.rs/yuno"
readme = "README.md"
keywords = [
    "ui",
    "declarative",
    "layout",
    "skia",
    "graphics",
]
categories = [
    "gui",
    "multimedia",
    "rendering",
]
license = "MIT"
repository = "https://github.com/rootacite/yuno"

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.drm]
version = "0.14.1"

[dependencies.ffmpeg-the-third]
version = "5.0.0"

[dependencies.gbm]
version = "0.18.0"
features = ["drm-support"]

[dependencies.khronos-egl]
version = "6.0.0"
features = ["dynamic"]

[dependencies.libc]
version = "0.2.186"

[dependencies.libloading]
version = "0.8.9"

[dependencies.log]
version = "0.4.32"

[dependencies.serde_json]
version = "1.0.150"

[dependencies.skia-safe]
version = "0.99.0"
features = [
    "egl",
    "vulkan",
]

[dependencies.smithay-client-toolkit]
version = "0.20.0"

[dependencies.wayland-client]
version = "0.31.14"

[dependencies.wayland-protocols]
version = "0.32.13"
features = [
    "client",
    "staging",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"