# 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 = "qurop" version = "0.1.0" authors = ["Aru Sahni "] description = "Turn Linux applications into Quake-style dropdowns." readme = "README.md" keywords = [ "x11", "utility", "terminal", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://www.github.com/arusahni/qurop" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.confy] version = "0.5" [dependencies.directories] version = "5.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-appender] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "env-filter", ] [dependencies.x11rb] version = "0.12"