# 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 = "waynest" version = "0.0.18" authors = ["Federico Maria Morrone "] build = false include = [ "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Core wayland stuff" documentation = "https://docs.rs/waynest" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/verdiwm/waynest" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "waynest" path = "src/lib.rs" [dependencies.arbitrary] version = "1.4.1" features = ["derive"] optional = true [dependencies.async-trait] version = "0.1.83" [dependencies.bitflags] version = "2.6.0" [dependencies.bytes] version = "1.8.0" [dependencies.downcast-rs] version = "1.2.1" [dependencies.futures-util] version = "0.3.31" features = ["sink"] default-features = false [dependencies.pin-project-lite] version = "0.2.15" [dependencies.rustix] version = "0.38.41" features = [ "fs", "net", ] [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["net"] [dependencies.tracing] version = "0.1.40" [dependencies.waynest-macros] version = "0.0.2" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.tokio] version = "1.41.1" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] client = [] cosmic = ["wlr"] frog = [] fuzz = ["dep:arbitrary"] hyprland = [] ivi = [] plasma = [] server = [] stable = [] staging = [] unstable = [] weston = [] wlr = []