# 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 = "i3-autolayout" version = "0.2.3" authors = ["Biagio Festa"] exclude = ["img/*"] description = "Service to automatically managing i3 window manager layout." readme = "README.md" keywords = [ "i3", "sway", "i3wm", "window-manager", ] license = "GPL-3.0-or-later" repository = "https://github.com/BiagioFesta/i3-autolayout" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.i3_ipc] version = "0.15.0" [dependencies.ptree] version = "0.4.0" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.serde_json] version = "1.0.83"