wayrs-client 1.3.1

A simple wayland library
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.79"
name = "wayrs-client"
version = "1.3.1"
authors = ["MaxVerevkin <maxxverrr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple wayland library"
readme = "README.md"
keywords = [
    "wayland",
    "client",
]
license = "MIT"
repository = "https://github.com/MaxVerevkin/wayrs"

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

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

[[example]]
name = "list_globals"
path = "examples/list_globals.rs"

[[example]]
name = "output_info"
path = "examples/output_info.rs"

[[example]]
name = "output_watcher"
path = "examples/output_watcher.rs"

[dependencies.tokio]
version = "1"
features = ["net"]
optional = true
default-features = false

[dependencies.wayrs-core]
version = "1.0"

[dependencies.wayrs-scanner]
version = "0.15.3"