nvim-rs 0.1.0

A library for writing neovim rpc clients
Documentation
[[bench]]
harness = false
name = "rpc"
[dependencies.async-trait]
version = "0.1.18"

[dependencies.log]
version = "0.4"

[dependencies.rmp]
version = "0.8.9"

[dependencies.rmpv]
version = "0.4.3"

[dependencies.tokio]
features = ["sync", "rt-core", "macros", "io-util", "tcp", "uds", "process", "io-std", "dns", "rt-threaded", "io-driver", "fs"]
version = "0.2.3"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.tempdir]
version = "0.3"

[lib]
bench = false

[package]
authors = ["KillTheMule <KillTheMule@users.noreply.github.com"]
categories = ["api-bindings"]
description = "A library for writing neovim rpc clients"
edition = "2018"
exclude = ["neovim/*", ".travis.yml", "appveyor.yml", ".git", ".gitignore", ".gitmodules", "build.ps1"]
keywords = ["neovim", "nvim", "rpc", "msgpack"]
license = "LGPL-3.0"
name = "nvim-rs"
readme = "README.md"
repository = "https://github.com/KillTheMule/nvim-rs"
version = "0.1.0"
[profile.bench]
debug = true
lto = true
[target."cfg(unix)".dependencies.unix_socket]
version = "0.5.0"