cargo-nvim 0.1.6

A Neovim plugin for Rust Cargo commands
Documentation
# 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 = "cargo-nvim"
version = "0.1.6"
authors = ["nwiizo <nwiizo@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Neovim plugin for Rust Cargo commands"
readme = "README.md"
keywords = [
    "neovim",
    "rust",
    "cargo",
    "plugin",
]
categories = [
    "development-tools",
    "development-tools::cargo-plugins",
]
license = "MIT"
repository = "https://github.com/nwiizo/cargo.nvim"

[features]
default = ["luajit"]
lua51 = ["mlua/lua51"]
luajit = ["mlua/luajit"]

[lib]
name = "cargo_nvim"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.mlua]
version = "0.10"
features = ["module"]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

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

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "test-util",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true