oden/third-party/vendor/smithay-client-toolkit/Cargo.toml
2024-03-08 11:03:01 -08:00

79 lines
1.6 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 = "smithay-client-toolkit"
version = "0.16.1"
authors = ["Victor Berger <victor.berger@m4x.org>"]
description = "Toolkit for making client wayland applications."
documentation = "https://smithay.github.io/client-toolkit"
readme = "README.md"
keywords = [
"wayland",
"client",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/smithay/client-toolkit"
[dependencies.bitflags]
version = "1.0"
[dependencies.calloop]
version = "0.10"
optional = true
[dependencies.dlib]
version = "0.5"
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.memmap2]
version = "0.5.0"
[dependencies.nix]
version = "0.24"
features = [
"mman",
"fs",
]
default-features = false
[dependencies.wayland-client]
version = "0.29"
[dependencies.wayland-cursor]
version = "0.29"
[dependencies.wayland-protocols]
version = "0.29"
features = [
"client",
"unstable_protocols",
]
[dev-dependencies.image]
version = "0.24"
[build-dependencies.pkg-config]
version = "0.3"
[features]
default = [
"calloop",
"dlopen",
]
dlopen = ["wayland-client/dlopen"]