# 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 = "hyprfocus" version = "1.1.1" authors = [ "Liam Woodleigh-Hardinge", "liam.woodleigh@gmail.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Open or focus your apps instantly" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/liamwh/HyprFocus" [[bin]] name = "hyprfocus" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.hyprland] version = "0.4.0-alpha.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ] [lints.clippy.all] level = "warn" priority = 1 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.pedantic] level = "deny" priority = 0 [lints.rust] missing_docs = "allow" unsafe_code = "forbid"