navy-nvim-rs 0.0.21

A library for writing neovim rpc clients
# 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 = "2024"
name = "navy-nvim-rs"
version = "0.0.21"
authors = [
    "KillTheMule <KillTheMule@users.noreply.github.com>",
    "rhysd <rhysd@users.noreply.github.com>",
]
build = false
include = [
    "LICENSE-*",
    "README.md",
    "examples/**/*.rs",
    "src/**/*.rs",
    "tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for writing neovim rpc clients"
readme = "README.md"
keywords = [
    "neovim",
    "nvim",
    "rpc",
    "msgpack",
]
categories = ["api-bindings"]
license = "LGPL-3.0"
repository = "https://github.com/rhysd/nvim-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "navy_nvim_rs"
path = "src/lib.rs"
bench = false

[[bin]]
name = "capture_nvim_ui_fixture"
path = "src/bin/capture_nvim_ui_fixture.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[test]]
name = "connecting"
path = "tests/connecting/mod.rs"

[dependencies.bytes]
version = "1"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rmp]
version = "0.8.15"

[dependencies.rmpv]
version = "1.3.1"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]

[profile.bench]
lto = "thin"
codegen-units = 1
debug = 2