wasma-client 1.4.0-unstable-beta1-release

Windows Assignment System Monitoring Architecture - Cross-platform resource-aware window management
# 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.75"
name = "wasma-client"
version = "1.4.0-unstable-beta1-release"
authors = ["Azencorporation and Azccriminal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows Assignment System Monitoring Architecture - Cross-platform resource-aware window management"
readme = "README.md"
keywords = [
    "window-manager",
    "compositor",
    "resource-management",
    "wasma",
]
categories = [
    "gui",
    "os",
    "graphics",
]
license = "Apache-2.0"
repository = "https://github.com/Azencorporation/Wasma"

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

[features]
all-backends = [
    "x11",
    "wayland",
]
all-renderers = [
    "glx",
    "opencl-gpu",
    "intel-uhd",
]
cpu-renderer = []
default = [
    "iced-gui",
    "x11",
    "cpu-renderer",
]
dev-ui = []
full = [
    "all-backends",
    "all-renderers",
    "grpc",
    "tor-support",
]
glx = [
    "gl",
    "x11",
]
grpc = [
    "tonic",
    "prost",
]
iced-gui = []
intel-uhd = ["rayon"]
minimal = []
opencl-gpu = ["opencl3"]
tor-support = []
wayland = [
    "wayland-client",
    "wayland-protocols",
    "smithay-client-toolkit",
    "wayland-protocols-wlr",
]
x11 = ["x11rb"]

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

[[bin]]
name = "wasma"
path = "src/main.rs"

[[bench]]
name = "resource_allocation"
path = "benches/resource_allocation.rs"
harness = false

[[bench]]
name = "window_performance"
path = "benches/window_performance.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "cargo",
]

[dependencies.core_affinity]
version = "0.8"

[dependencies.env_logger]
version = "0.11"

[dependencies.gl]
version = "0.14"
optional = true

[dependencies.hyper]
version = "1"
features = [
    "full",
    "server",
    "http1",
    "http2",
]

[dependencies.iced]
version = "0.12"
features = [
    "tokio",
    "advanced",
]

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.opencl3]
version = "0.9"
optional = true

[dependencies.prost]
version = "0.12"
optional = true

[dependencies.rayon]
version = "1.8"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smithay-client-toolkit]
version = "0.18"
optional = true

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tonic]
version = "0.11"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.wasma_ipc]
version = "1.3.0-beta"

[dependencies.wayland-client]
version = "0.31"
optional = true

[dependencies.wayland-protocols]
version = "0.31"
optional = true

[dependencies.wayland-protocols-wlr]
version = "0.2"
features = ["client"]
optional = true

[dependencies.wbackend]
version = "1.0.3"

[dependencies.wsdg-app-manifest]
version = "^1.2.0-beta"

[dependencies.x11rb]
version = "0.13"
features = ["allow-unsafe-code"]
optional = true

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tempfile]
version = "3.8"

[dev-dependencies.tokio-test]
version = "0.4"

[target."cfg(unix)".dependencies.nix]
version = "0.27"
features = [
    "process",
    "sched",
]

[target."cfg(windows)".dependencies.windows]
version = "0.52"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
]