# 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 = "yabai" version = "0.5.0" description = "A crate for communicating with the yabai tiling window manager." readme = "README.md" keywords = ["yabai"] categories = [ "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/sudosilico/yabai.rs/" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.pyo3] version = "0.21.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.40" [features] default = [] python = ["dep:pyo3"]