# 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 = "nvim-utils" version = "0.1.12" authors = ["Will Hopkins "] description = "Utilities for writing neovim plugins in rust" readme = "README.md" keywords = [ "neovim", "lua", "plugin", "ffi", ] categories = [ "api-bindings", "development-tools::ffi", "text-editors", ] license-file = "LICENSE" repository = "https://github.com/willothy/nvim-utils" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.mlua] version = "0.8.7" features = [ "luajit", "vendored", "module", "serialize", ] [dependencies.nvim-utils-macros] version = "0.1.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.fs_extra] version = "1.3.0" [features] async = ["mlua/async"] builder = [] default = [ "vim", "builder", ] send = ["mlua/send"] unstable = [] vim = [] [badges.maintentance] status = "actively-developed"