# 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 = "focus_monitor" version = "0.1.4" description = "Library for iterating over the focused window each time it changes" homepage = "https://github.com/zd4y/focus_monitor/" readme = "README.md" keywords = [ "window", "focus", "active", "x11", "monitor", ] categories = [ "os::linux-apis", "api-bindings", ] license = "MIT" repository = "https://github.com/zd4y/focus_monitor/" [dependencies.anyhow] version = "1.0.66" [dependencies.tokio] version = "1.22.0" features = ["sync"] optional = true [dependencies.xcb] version = "1.2.0"