# 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 = "hyprland-ipc" version = "0.0.5" authors = ["Federico Maria Morrone "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Hyprland ipc access" documentation = "https://docs.rs/hyprland-ipc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/morr0ne/hyprland-ipc" [dependencies.futures-core] version = "0.3.30" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.36.0" features = [ "io-util", "net", ] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.14"