# 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 = "sway-plugins" version = "0.1.1" authors = ["Lorenzo Carbonell "] description = "Some plugins for Sway" homepage = "https://github.com/atareao/swayplugins" readme = "README.md" keywords = [ "sway", "plugin", "transparency", "autonaming", "autotiling", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/atareao/swayplugins" [dependencies.clap] version = "4.5.4" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.201" [dependencies.serde_yaml] version = "0.9.34" [dependencies.single-instance] version = "0.3.3" [dependencies.swayipc-async] version = "2.0.2" [dependencies.tokio] version = "1.37" features = [ "full", "time", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "local-time", "env-filter", ]