# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "i3-auto-layout" version = "0.2.0" authors = ["Gregory "] description = "Automatic, optimal tiling for i3wm" homepage = "https://github.com/chmln/i3-auto-layout" readme = "README.md" license = "MIT" repository = "https://github.com/chmln/i3-auto-layout" [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false [dependencies.anyhow] version = "1.0.30" [dependencies.flexi_logger] version = "0.15.2" default-features = false [dependencies.log] version = "0.4.8" [dependencies.tokio] version = "0.2.21" features = ["rt-threaded", "macros", "sync", "stream"] default-features = false [dependencies.tokio-i3ipc] version = "0.8.0"