abrasion/third_party/cargo/vendor/smithay-client-toolkit-0.12.3/Cargo.toml

66 lines
1.5 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "smithay-client-toolkit"
version = "0.12.3"
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.andrew]
version = "0.3.0"
optional = true
[dependencies.bitflags]
version = "1.0"
[dependencies.calloop]
version = "0.6.1"
optional = true
[dependencies.dlib]
version = "0.4"
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.memmap2]
version = "0.1.0"
[dependencies.nix]
version = "0.18"
[dependencies.wayland-client]
version = "0.28"
[dependencies.wayland-cursor]
version = "0.28"
[dependencies.wayland-protocols]
version = "0.28"
features = ["client", "unstable_protocols"]
[dev-dependencies.image]
version = "0.23"
[features]
default = ["frames", "calloop"]
frames = ["andrew"]