# 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 = "tileme" version = "0.0.3" authors = ["Viacheslav Ostroukh "] include = ["src/**/*", "crates/**/*", "Cargo.toml", "README.md"] description = "(Not yet) A tiling window manager for Windows 10" homepage = "https://gitlab.com/slavoutich/tileme" documentation = "https://docs.rs/tileme" readme = "README.md" keywords = ["windowmanager", "window", "manager", "Windows"] license = "MIT" repository = "https://gitlab.com/slavoutich/tileme" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.hotkey] version = "0.3.1" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["minwindef", "ntdef", "windef", "winuser"] [target."cfg(windows)".dependencies.winvd] version = "0.0.20"