# 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" name = "wayland-protocols-async" version = "1.0.0" authors = ["Shoaib Merchant "] description = "Wayland client protocols implemented in async as handlers using the Actor-model and tokio messaging" homepage = "https://mecha.so" documentation = "https://docs.mecha.so" readme = "README.md" license = "MIT" repository = "https://github.com/mecha-org/wayland-async" resolver = "2" [dependencies.slotmap] version = "1.0.7" [dependencies.tokio] version = "1.35.1" features = [ "time", "net", "process", "sync", "rt-multi-thread", "macros", ] [dependencies.wayland-client] version = "0.31.1" [dependencies.wayland-protocols] version = "0.31.0" features = [ "client", "staging", ] [dependencies.wayland-protocols-misc] version = "0.2.0" features = ["client"] [dependencies.wayland-protocols-wlr] version = "0.2.0" features = ["client"]