# 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 = "wlm" version = "0.3.0" authors = ["Erich Schroeter "] description = "A command-line tool to move and resize windows based on a config." homepage = "https://github.com/erichschroeter/wlm" readme = "README.md" keywords = ["cli", "windowing"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/erichschroeter/wlm" [lib] name = "window_layout_manager" path = "src/lib.rs" [[bin]] name = "wlm" path = "src/bin/main.rs" [dependencies.clap] version = "2.33" [dependencies.derive_builder] version = "0.9.0" [dependencies.directories] version = "2.0" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.7" [dependencies.failure_derive] version = "0.1.7" [dependencies.prettytable-rs] version = "^0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.assert_fs] version = "1.0.0" [dev-dependencies.predicates] version = "1.0.4" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser", "processthreadsapi", "psapi", "handleapi", "dwmapi"]