# 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 = "2018" name = "neovim-ctrl" version = "0.2.1" authors = ["Daniel Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A program to find and interact with a Neovim instance running in a particular terminal. """ homepage = "https://github.com/d-e-s-o/neovim-ctrl" readme = "README.md" keywords = [ "neovim", "tmux", "linux", "proc", "procfs", ] categories = [ "command-line-utilities", "text-editors", "development-tools", "os::unix-apis", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/neovim-ctrl.git" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" incremental = false [[bin]] name = "nvim-ctrl" path = "src/main.rs" [dependencies.libc] version = "0.2" [dependencies.neovim-lib] version = "0.6"