oden/third-party/vendor/wayland-commons/Cargo.toml
2024-03-08 11:03:01 -08:00

44 lines
1.1 KiB
TOML

# 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 = "2018"
name = "wayland-commons"
version = "0.29.5"
authors = ["Victor Berger <victor.berger@m4x.org>"]
description = "Common types and structures used by wayland-client and wayland-server."
documentation = "https://smithay.github.io/wayland-rs/wayland_commons/"
readme = "README.md"
keywords = ["wayland"]
categories = [
"gui",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[dependencies.nix]
version = "0.24.1"
features = [
"fs",
"socket",
"uio",
]
default-features = false
[dependencies.once_cell]
version = "1.1"
[dependencies.smallvec]
version = "1"
[dependencies.wayland-sys]
version = "0.29.5"