# 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" rust-version = "1.74.0" name = "leftwm-core" version = "0.5.2" authors = ["Lex Childs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A window manager for Adventurers" readme = "README.md" keywords = [ "wm", "window", "manager", ] categories = [ "data-structures", "gui", ] license = "MIT" repository = "https://github.com/leftwm/leftwm" [lib] name = "leftwm_core" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.2" [dependencies.dirs-next] version = "2.0.0" [dependencies.futures] version = "0.3.21" [dependencies.leftwm-layouts] version = "0.9.1" [dependencies.mio] version = "1.0.2" features = ["os-ext"] [dependencies.nix] version = "0.29.0" features = [ "fs", "signal", ] [dependencies.serde] version = "1.0.104" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.44" [dependencies.signal-hook] version = "0.3.4" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.2.0" features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.x11-dl] version = "2.18.4" [dependencies.xdg] version = "2.2.0" [dev-dependencies.tempfile] version = "3.2.0" [features] slow-dm-fix = []