# 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 = "easy-i3-neovim-nav" version = "1.0.0" authors = ["Tom Praschan "] description = "Quickly navigate and resize i3wm windows and Neovim splits with the same keybindings" homepage = "https://github.com/tom-anders/easy-i3-neovim-nav" readme = "README.md" keywords = [ "vim", "neovim", "i3wm", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.i3ipc] version = "0.10.1" [dependencies.neovim-lib] version = "0.6.1" [dependencies.regex] version = "1.7.1"