# 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 = "swayipc-async" version = "2.0.3" authors = ["Jayce Fayne "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for controlling sway through its IPC interface" readme = "README.md" keywords = [ "sway", "swaywm", "swayipc", "ipc", "async", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/jaycefayne/swayipc-rs" [lib] name = "swayipc_async" path = "src/lib.rs" [dependencies.async-io] version = "2" [dependencies.async-pidfd-next] version = "0.1" [dependencies.futures-lite] version = "2" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.swayipc-types] version = "1"