wasma 1.3.0-beta-release

WASMA - Windows Assignment System Monitoring Architecture: Advanced GPU/CPU resource management and window composition system for Linux with Wayland/X11 support
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 = "2021"
rust-version = "1.70"
name = "wasma"
version = "1.3.0-beta-release"
authors = ["Azencorporation"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASMA - Windows Assignment System Monitoring Architecture: Advanced GPU/CPU resource management and window composition system for Linux with Wayland/X11 support"
homepage = "https://wiki.azccriminal.space/wasma.html"
documentation = "https://docs.rs/wasma"
readme = "README.md"
keywords = [
    "window-manager",
    "gpu-acceleration",
    "resource-management",
    "wayland",
    "x11",
]
categories = [
    "os",
    "gui",
    "graphics",
    "hardware-support",
    "rendering",
]
license = "Apache-2.0"
repository = "https://github.com/Azencorporation/Wasma"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

[features]
cli = ["wasma-ubin"]
default = [
    "x11",
    "manifest",
    "xdg",
]
full = [
    "default",
    "cli",
    "glx",
    "opencl",
    "intel-uhd",
]
glx = ["wasma-client/glx"]
intel-uhd = ["wasma-client/intel-uhd"]
manifest = ["wsdg-app-manifest"]
minimal = []
opencl = ["wasma-client/opencl-gpu"]
x11 = ["x11-backend"]
xdg = ["wsdg-xdg"]

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

[dependencies.wasma-client]
version = "1.2.0-beta2"

[dependencies.wasma-linux-platform]
version = "1.3.0-beta"

[dependencies.wasma-ubin]
version = "1.2.0-stable-beta2"
optional = true

[dependencies.wbackend]
version = "1.0.2"

[dependencies.wsdg-app-manifest]
version = "1.2.0-beta2"
optional = true

[dependencies.wsdg-xdg]
version = "1.3.0-beta-release"
optional = true

[dependencies.x11-backend]
version = "1.3.0-beta-release"
optional = true

[profile.bench]
opt-level = 3
lto = "fat"

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

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

[profile.release-with-debug]
debug = 2
inherits = "release"
strip = false

[profile.test]
opt-level = 1