wasma-sys 1.3.0-beta-stable2

WASMA Windows Assignment System Monitoring Architecture — client and protocol layer
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.75"
name = "wasma-sys"
version = "1.3.0-beta-stable2"
authors = ["WASMA Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASMA Windows Assignment System Monitoring Architecture — client and protocol layer"
readme = "README.md"
keywords = [
    "window",
    "posix",
    "wayland",
    "x11",
    "display",
]
categories = [
    "gui",
    "os::unix-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasma/wasma"

[features]
all-features-ci = [
    "full",
    "wgpu",
    "opencl",
    "toolkit-gtk4",
]
anyhow = ["dep:anyhow"]
async = ["dep:tokio"]
config-toml = [
    "dep:toml",
    "dep:serde",
]
default = ["logging"]
full = [
    "logging",
    "serde",
    "config-toml",
    "async",
    "anyhow",
    "x11",
    "wayland",
    "toolkit-iced",
]
glx = []
intel-uhd = []
logging = ["env_logger"]
opencl = ["dep:ocl"]
opencl-gpu = []
serde = [
    "dep:serde",
    "dep:serde_json",
]
toolkit-gtk4 = ["dep:gtk4"]
toolkit-iced = ["dep:iced"]
unixverse = []
wayland = [
    "dep:wayland-client",
    "dep:wayland-protocols",
]
wgpu = ["dep:wgpu"]
x11 = ["dep:xcb"]
xwayland = [
    "x11",
    "wayland",
]

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

[dependencies.anyhow]
version = "1"
optional = true

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

[dependencies.gtk4]
version = "0.8"
optional = true
package = "gtk4"

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

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.ocl]
version = "0.19"
optional = true

[dependencies.once_cell]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "sync",
    "time",
]
optional = true

[dependencies.toml]
version = "0.8"
optional = true

[dependencies.wasma-client]
version = "1.3.0-beta-release2"

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

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

[dependencies.wgpu]
version = "0.19"
optional = true

[dependencies.xcb]
version = "1"
features = ["as-raw-xcb-connection"]
optional = true

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

[dev-dependencies.env_logger]
version = "0.11"

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

[target."cfg(not(unix))".dependencies]

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.28"
features = [
    "socket",
    "fs",
    "poll",
    "signal",
]

[target.'cfg(target_os = "macos")'.dependencies.nix]
version = "0.28"
features = [
    "socket",
    "fs",
    "poll",
]