# 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 = "clipsync" version = "0.2.4" description = "A neovim plugin and server to sync the contents of a remote neovim's '+' buffer with the clipboard of the host machine" readme = "README.md" license = "MIT" repository = "https://github.com/masonj188/clipsync" [dependencies.anyhow] version = "1.0.68" [dependencies.clipboard] version = "0.5.0" [dependencies.log] version = "0.4.17" [dependencies.neovim-lib] version = "0.6.1" [dependencies.prost] version = "0.11.5" [dependencies.simple-logging] version = "2.0.2" [dependencies.snailquote] version = "0.3.1" [dependencies.tokio] version = "1.24.1" features = ["full"] [dependencies.tonic] version = "0.8.3" [build-dependencies.tonic-build] version = "0.8.4"