# 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 = "persway" version = "0.6.2" authors = ["John Axel Eriksson "] description = "Sway IPC daemon" readme = "README.md" keywords = [ "sway", "swaywm", "swayipc", "ipc", "async", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "MIT" repository = "https://github.com/johnae/persway" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.12" features = ["attributes"] [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.either] version = "1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-async-std] version = "0.2" [dependencies.swayipc-async] version = "2.0.1" [dependencies.swayipc-types] version = "1.3.0"