# 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 = "swayboard" version = "0.1.0" authors = ["Belousov Max "] description = "Automatic keyboard layout manager for Sway wm" documentation = "https://docs.rs/swayboard/" readme = "README.md" keywords = [ "sway", "keyboard", "layout", ] categories = [ "os", "os::linux-apis", ] license = "MIT" repository = "https://github.com/singulared/swayboard" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "derive", "std", ] default-features = false [dependencies.config] version = "0.14" features = [ "json", "toml", "yaml", ] default-features = false [dependencies.dirs] version = "5" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.swayipc-async] version = "2" [dependencies.swayipc-types] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] default-features = false [dependencies.tracing-appender] version = "0.2" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "tracing-log", ]