# 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 = "xidlehook-core" version = "0.3.0" authors = ["jD91mZM2 "] description = "xidlehook core library" readme = "README.md" keywords = ["xorg", "x", "timer"] categories = ["date-and-time"] license = "MIT" repository = "https://gitlab.com/jD91mZM2/xidlehook" [dependencies.async-std] version = "1.2.0" optional = true [dependencies.libpulse-binding] version = "2.14.0" features = ["pa_v12"] optional = true default-features = false [dependencies.log] version = "0.4.8" [dependencies.nix] version = "0.15.0" [dependencies.structopt] version = "0.3.5" [dependencies.tokio] version = "0.2.21" features = ["time", "stream"] optional = true [dependencies.xcb] version = "0.9.0" features = ["x11", "screensaver"] [dev-dependencies.env_logger] version = "0.7.1" [features] default = ["pulse"] pulse = ["libpulse-binding"]